473,473 Members | 2,226 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

PL/SQL: Printing questions

I have Oracle Apps ( AR & GL) and I working on creating our own
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.

I have some PL/SQL working with the invoice data from AR_INVOICE_HEADER_V
table already.

1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?

2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point

3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.
Thank you very much

George Lewycky
Jul 19 '05 #1
4 12502
george lewycky wrote:
I have Oracle Apps ( AR & GL) and I working on creating our own
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.

I have some PL/SQL working with the invoice data from AR_INVOICE_HEADER_V
table already.

1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?

2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point

3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.

Thank you very much

George Lewycky


No verison information so what you get will possibly be of limited usefulness.

I'd use neither. Neither is a report writer and each of limited usefulness.

Why not Oracle Reports? Discoverer? Seagate (Crystal), Cognos, Brio?

Unless you are donating your time the cost of you writing this stuff manually
is a magnitude or more greater
than the cost of using the right tool for the job.
--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
da******@x.washington.edu
(replace 'x' with a 'u' to reply)
Jul 19 '05 #2
ge*****@nyct.com (george lewycky) wrote in message news:<68**************************@posting.google. com>...
I have Oracle Apps ( AR & GL) and I working on creating our own
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.

I have some PL/SQL working with the invoice data from AR_INVOICE_HEADER_V
table already.

1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?

2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point

3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.
Thank you very much

George Lewycky


Whoa! If your customer doesn't like Oracle's canned invoice they'll
like this less.

Grab a copy of the canned invoice. It's an extremely complex Oracle
Reports report (rdf) and will require some careful work. Modify it to
meet the customer need then install as a custom report. Bear in mind
Oracle will laugh in your face if you call for support on this.

There is no way easier to do this, and in fact if you merely "print"
reports out without the behind-the-scenes table work that goes on
you'll just be automating the slow destruction of your invoicing
tables.

Good luck
Greg
Jul 19 '05 #3
george lewycky wrote:
Daniel,

If things went differently we would be using a product by Evergreen
to do this, but without any money or resources and since my users
arent satisfied with oracle's canned invoices we must resort to other
methods,

Discoverer is still an option but we require some customization
and lookups and formatting that Discoverer wont handle.

Right now I'm trying to use pre-printed forms and populate the
needed areas with the data as a work around

george

Daniel Morgan <da******@exxesolutions.com> wrote in message news:<3F**************@exxesolutions.com>...
george lewycky wrote:
I have Oracle Apps ( AR & GL) and I working on creating our own
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.

I have some PL/SQL working with the invoice data from AR_INVOICE_HEADER_V
table already.

1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?

2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point

3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.

Thank you very much

George Lewycky


No verison information so what you get will possibly be of limited usefulness.

I'd use neither. Neither is a report writer and each of limited usefulness.

Why not Oracle Reports? Discoverer? Seagate (Crystal), Cognos, Brio?

Unless you are donating your time the cost of you writing this stuff manually
is a magnitude or more greater
than the cost of using the right tool for the job.


Then you have my sympathy. Well actually empathy. Been there ... done that. Yech!

--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
da******@x.washington.edu
(replace 'x' with a 'u' to reply)
Jul 19 '05 #4
ge*****@nyct.com (george lewycky) wrote in message news:<68**************************@posting.google. com>...
Daniel,

If things went differently we would be using a product by Evergreen
to do this, but without any money or resources and since my users
arent satisfied with oracle's canned invoices we must resort to other
methods,

Discoverer is still an option but we require some customization
and lookups and formatting that Discoverer wont handle.

Right now I'm trying to use pre-printed forms and populate the
needed areas with the data as a work around

george

George,

Usually you use Oracle Reports with Oracle Apps. It's easy, all
"canned" reports in Apps are written used Reports, you can customize
them without big problems. What's the problem with Reports on your
installation?


Daniel Morgan <da******@exxesolutions.com> wrote in message news:<3F**************@exxesolutions.com>...
george lewycky wrote:
I have Oracle Apps ( AR & GL) and I working on creating our own
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.

I have some PL/SQL working with the invoice data from AR_INVOICE_HEADER_V
table already.

1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?

2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point

3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.

Thank you very much

George Lewycky


No verison information so what you get will possibly be of limited usefulness.

I'd use neither. Neither is a report writer and each of limited usefulness.

Why not Oracle Reports? Discoverer? Seagate (Crystal), Cognos, Brio?

Unless you are donating your time the cost of you writing this stuff manually
is a magnitude or more greater
than the cost of using the right tool for the job.

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Mark Preston | last post by:
Admission first - I don't actually have a problem here but have noticed that a lot of people have been asking similar questions and getting very varied answers. What I've done is to sort of...
1
by: Chad Dittmer via .NET 247 | last post by:
I'm having problems inserting into Sql 2000 using SqlHelper.ExecuteScalar. When it inserts, it only takes the first character from the string?? Any help would be appreciated. Here is the code and...
4
by: scorpion53061 | last post by:
I have my Word document being created in a seperate thread. THe applicaiton is not visible. The end user can choose to view the document upon completion or just have it print. Viewing is...
2
by: Jenden0 | last post by:
Ok, I'm trying to dump an SQL Server 2005 database to XML via C#, and I'm having some troubles. I'm relatively new to the whole .net thing, so there may be some stupid/basic questions/assumptions...
14
by: dba_222 | last post by:
Dear experts, Again, sorry to bother you again with such a seemingly dumb question, but I'm having some really mysterious results here. ie. Create procedure the_test As
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
15
by: Burt | last post by:
I'm a stored proc guy, but a lot of people at my company use inline sql in their apps, sometimes putting the sql in a text file, sometimes hardcoding it. They don't see much benefit from procs, and...
4
by: george lewycky | last post by:
I have Oracle Apps ( AR & GL) and I working on creating our own Invoice but I'm unsure about certain aspects of PL/SQL & Printing. I have some PL/SQL working with the invoice data from...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.