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 |
what is multi org structure?
what is the standard program for blanket po to process data from interface table to bace table
when we run payment batch what are the 3 concurrent programs?
The Task is that to register a Form into Oracle Apps on a particular responsiblity. - First i moved the FMX & FMB file into the custom_top through FTP - Using Application Developer i registered the Form through Form menu then Function then Menu..... as we do regularly.. - When i get into the particular responsiblity i can see the Form name getting listed. But when i click that to open..... i cant able to see the form. I need any one your help in advicing me...what would be the problem.
How you will Diaplay the Company LOGO In report.Can anyone knows please give solution
HOW CAN U KNOW THE RESPONSIBILITY BELONGS TO OPERATING UNIT LEVEL OR NOT
What is MO operating units. Why it need to to set this and where .
what are the important table names in purchasing?
What is menu.
can we use anchor propery in XML reports?if yes?explain?
WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?
what are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?