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 are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?
what is pay run id ?
Is PlaceHolderColumn Function or Procedure? Why we don't write any code in that?
1. when we r doing interface/conversion which things u will take care to improve the perfrmonce?(except bulk collect) 2. In conversion,u r loading the data using sql*loader,I dnt want to use sql*loader,& i have millions of records,Id der any way to load the data withing fraction of time considering best performance. 3. When u r doing conversion,taht using sql*loader u r loading data into staging table,u r writing control file bt I dnt want to use sql*loader,when u r creating con prog that time can we pass all values from flat file using paramere,valuset?how? 4. In flat file u got 50 records,out of 50 ,30 records are proceesed & inserted into base table,after taht clien understood that 1 item having wrong name e.g insted of ABC he given DCE, so can we delete?hw?(client permission is der) i have lot of wrong item name randomly spreaded,can we delete it?hw? 5.after doing validation hw u will follow approach to error out records?if i want to send all the error out records to client daily,whats ur approach? 6. In outbound interface is der any way to load the data(large data-millions of records) except UTL_FILE package? 7. what is parsing? 8. In technical doc.s which section will mention?except code? 9. Do u have any idea about code depository tool? 10.whats is performance tunning,DB link? 11, How u will do RMA?
How we print the multi language in report?can any one give me step bye step explanation.
2 Answers HCL, IBM, Tech Mahindra,
Write an SQL Query to Delete Duplicate records from a table using ROWID.
24 Answers pspl, Satyam, Thinkways,
Difference between Bind and Lexical parameters?
how to make a parameter optional in the query?
I am insert in data to a table X .Which one is better while writing commit statement After each row inset or after all row insert to table.
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
What is responsibility and how u attach
In interface how u find errors and how to solve. How to fix it?