how to create a file in forms?
Answers were Sorted based on User's Feedback
Answer / niteen
Hi..
We can write plsql code in form trigger else we can attach
plsql librarry to form...
So we can call any package or procedure in trigger or PLL
which generate data file..
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sarunraj
I have found that you can use TEXT_IO package to write text
from Oracle Forms.
Thanks,
Raj
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sarunraj
We can use UTL_FILE package to do file operations.
Please correct me if I am wrong.
Raj
Is This Answer Correct ? | 1 Yes | 0 No |
how to find the custom directory in front end.
1 Answers IBM, Sierra Atlantica,
what is multi org structure?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
In report we have to show two Layout? how it is and how we can see from where it?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
in procedure how to return a value
do you know is it possible to run the interface without using oracle apps?
whats the use of after parameter form and before report?
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
WHAT IS REFCURSOR IN ORACLE ?
What are the different components of soa suite?
In unix Schell sript what is very 1st line to be wriiten .