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 |
In interface how u find errors and how to solve. How to fix it?
How will u register concurrent request ?
How many types of projects are there in project module?
6 Answers Fujitsu, Tech Mahindra,
what are the difference between 11.5.7 and 11.5.9 in oracle apps
Tell me how to find the custom directory in front end?
what is the difference between character mode,bitmap mode
2 Answers IBM, Sierra Atlantica,
in reports token is casesensitive or not?
What are the tables in GL?
In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?
where the accounting related data is stored ? all type of accounting related data costing etc...
How to link modules in apps
what is the difference between varchar and varchar(2)?