Registering parametric report?
Answer / niranjan
Any applications will have two parameters,
1) from-period 2) to-period
a) Go to object navigator and create the parameters.
User parameters  from_no, to_no (data type
char and width 30)
b) Open the report layout and write the query(we have
to reg the table in AOL)
Select empno,ename,from g_emp where empno between
:from_no and to_no
c) Compile and put the .RDP file in the server directory.
d) Registering in AOL.
Concurrent  executable
Concurrent  program then go to ?PARAMETERS?
e) Go to Application  validation set. then go to
?EDIT INTO?
After entering the VALUE SETS (1) And TOKENS (2)
f) Go to Administrations
Sequrity  responsibility  Request
h) Add and assign a concurrent program to a request group
Q) HOW DO YOU RECTIFY THE ERRORS IN INTERFACE TABLES?
Depending on the naming convention used, errors appear in
either alphabetical order or by error code number.
| Is This Answer Correct ? | 1 Yes | 1 No |
Difference between triggers and procedures?
what is pl/sql table and pl/sql records? what is the use of that?
wheather discard file is automatically created or explicty created?can u mention it?
Sys Admin Module?
what is difference between d2k report and oracle apps report
in order to run utl_file package we need to give any specific path? if yes what is that?where u will run utl_package?
How can we import the data into a database using sql * loader?
Is that Possible To create package Overloading , If Yes Give any Examples
How to report output like below supplier name date amount abc software jan/11 10000 /* jan month total transactions*/ abc software feb/12 30000 /* feb month total transactions*/ dell computers jan/13 45000 /* jan month total transactions*/
what are centralized and decentralized level of control of item attributes?
Can you define an erp system?
what is the difference between request group and request security in oracle apps?