What are the Major differences between appcore.pll and
appcore2.pll
Answers were Sorted based on User's Feedback
Answer / prerak patel
There is no basic difference between appcore.pll and
appcore2.pll.
Appcore2.pll is a replica of appcore.pll.
While using custom.pll we can't reference appcore.pll as it
cause cross reference problem so to use appcore.pll in
custom.pll we make use of appcore2.pll
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rupesh babu k
template.fmb=>appcore.pll=>custom.pll
This is the structure what we have.
we have 21 pll's including appcore and custom.
remaining 19 pll's are attached to custom.pll.
when we want to customise a form using custom.pll,
appcore.pll also reqd for some specific features.
but custom.pll not having appcore copy for what we could
not get features. so we have to attach appcore.pll in the
form of a copy called appcore2.pll
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / poorna
can you please let me know what are the cross reference problem?
Thanks,
Poorna.
| Is This Answer Correct ? | 1 Yes | 0 No |
APPCORE2 is the duplicate of APPCORE which is used with
custom pll And it contains all the object related to
standard toolbar & menu.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ss
APPCORE.PLL is a collections of procedures, functions and packages used to define Menu's and Tittle Bars and Applications Standards.
APPCORE2.PLL is a Duplicate or Replace of APPCORE.PLL. It has the same Built- in as APPCORE.PLL. It is used in a CUSTOM.PLL
| Is This Answer Correct ? | 0 Yes | 0 No |
how will you refer a report column (data column,formula,summery,placeholderr)?
What is workflow?Explain with a example?
do you know is it possible to run the interface without using oracle apps?
How to call oracle database stored procedure from form in form coding ?
What is REF Cursor?
19 Answers Infosys, Intelligroup,
What is MO operating units. Why it need to to set this and where .
in procedure how to return a value
What is oracle soa suite and what are its different components?
Oracle E-Business suite?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
What is SRW Package? (Sql Report Writer)
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?