while registering executable and concurent program we
register both with application name|<oracle purchasing>?
so my question is why we are defining in both concurent
program and executable?
Answers were Sorted based on User's Feedback
Answer / varun prajapati
Ans: Application name in both Place (in Executable &
Concurrent) have different meaning/purpose. Application
name can be same or can be different in both place
(Executable & concurrent) because they are not depend on
each other & Each have different meaning of name in both
place.
Example:
Application name in Executable: When we register any
executable file, we give the application name, this
indicate particular executable file is register in
particular Application.
Suppose we have register a Report .rdf file in Oracle
Payables in $AP_TOP/REPORT/US (Language).
So any application concurrent program can use this report
from Payables application. i.e Executable file can be used
in many application.
Application Name in Concurrent: Here application name is
that where u defining your concurrent program name to
execute / run any program.
Suppose we have defined a concurrent Program in Oracle
Purchasing. We can run that report which is defined in
Oracle Payable by using this Concurrent Program in Oracle
Purchasing.
So hence application name in both place (in Executable &
Concurrent) have different meaning. Application name can be
same or different.
Hope this Clarifies clearly. the meaning of using
application name in both Place (Executable & Concurrent)
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / apps
There is special purpose of using application names at the
time of Executable definition and Concurrent program
definition.
The Application which is used during Executable definition,
the reports should be under that $Appl_TOP/Reports/Lang
otherwise the concurrent program will error out due to no
file found.
The purpose of application name using in concurrent program
definition, the log and out files are generated under that
particular $Appl_TOP/log or /out directory.
Whatever application you use during your concurrent program
definition or executable but always consider the above two
points.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / reddy
short name which u will give while registering the report
is unique for the application(po/ap/other_tops) not across
the apps. so the short name can be same in the 2 appl_tops
that is the region we match the appl name both in the
executable and in concurrent pgm
i think it is true.
Is This Answer Correct ? | 4 Yes | 0 No |
both application names are different.In executable
application name is where you can place .rdf file in the
application name will must declared respective application
name. In cocurrent program application name is given any
valid application name in the list...
i think this is correct answer
Is This Answer Correct ? | 2 Yes | 0 No |
suppose we have purchase order report its application is
oracle purchasing and its .rdf file we place for example at
po_top ok..
while register the executable file we have to register
application name and .rdf file name.
so how can a concurrent program can know about this so that
we register both application name and .rdf name ....
hope the answer is right
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rahul;
both application name purpose is different
executable application name would match that application
where executable have placed.
and concurrenct application name we can put any applicaton
name its not compulsary if we have given
oracle purchasing in executable then we should give same in
concurrent, it can be any application name in concorrent
because it is just to run and schema of apps for any
application is available.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ramanjula reddy
There is special purpose of using application names at the
time of Executable definition and Concurrent program
definition.
The Application which is used during Executable definition,
the reports should be under that $Appl_TOP/Reports/Lang
otherwise the concurrent program will error out due to no
file found.
The purpose of application name using in concurrent program
definition, the log and out files are generated under that
particular $Appl_TOP/log or /out directory.
Whatever application you use during your concurrent program
definition or executable but always consider the above two
points.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / roshan
The concurrent program will initialize while running It
will seek APPLICATION NAME,PATH.so that concurrent program
know the program/executable file where it reside.
Is This Answer Correct ? | 0 Yes | 2 No |
A file has both header and corresponding lines. Explain design to load this data into respective interface tables.
what are the sql attributes?
how to set org context?
in sql loader,i have 100 records in my flatefile, i want to skip the 80 to 90 records .please help me
Difference between triggers and procedures?
HOW CAN U KNOW THE STAUS OF PO?
in procedure how to return a value
Is SOB is attached with Business grp ?
How relation will be made between modules in oracle financial?
I want to develop a oracle applications report using report builder 6i. I have two user parameters. How to provide list of values to parameters, which should show me at the time of submitting concurrent program.
1 Answers Genpact, Y3K Imaginations,
LOCKS?
How to develop XML report without rdf?