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 |
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
What is Pragma Autonomous transaction. It's Real time Example
When loading data from staging table to interface table , how to reload the invalid record once again ?
Is PlaceHolderColumn Function or Procedure? Why we don't write any code in that?
Which one Module is Biggest Module in oracle apps?
Attribute data types?
what is MRC? Why it is needed?
what is the error you will get if field is referenced in wrong repeating frame?
what are the sql attributes?
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?
How to retry multiple errored workflow processes? What is the access level in workflow used for? How do you define start and end functions in workflow? How does they differ from normal functions? Give me some workflow tables? What is the difference between a function and notification in workflow? I have sent two different notifications to two different users and I want to wait till both they are approved to send 3rd notification. How can you achieve it? What is item type and item key in workflow? How do you use attribute values in workflow messages? How do you use lookups in workflow? What are roles in workflow and how they are used? How do you download or upload a workflow from a server? What are steps to customize the workflow? What functions can you perform from workflow administrator responsibility? To send an email to the user workflow notification is the only way or is there any other ways to send it? Give me some workflow standard procedures? How can you run/start/kickoff workflow? What is wf_engine package used for? How many processes can each workflow contain? What is Runnable option in workflow? At what level it exists? What are different types of attributes in workflow? How do you reassign a notification? What is process in workflow? How can you send direct oracle form link through workflow notifications? How can you send a notification to multiple users? Can you change the list dynamically? Can you send html code in workflow notification? I have sent two different notifications to two different users and I want to wait till atleast one is approved to send 3rd notification. How can you achieve it?
we have clients in different countries, we can run report in different places, if i want to display particular language,country,currency everything displays for that country how?