Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Oracle Scripts
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

Please find some commands for CUSTOM.pll


To convert from CUSTOM.pll to CUSTOM.pld
f60gen module_type=LIBRARY module=CUSTOM script=YES userid=apps/apps

To convert back from CUSTOM.pld to CUSTOM.pll ( after having edited the text pld file )
f60gen module_type=LIBRARY module=CUSTOM parse=YES userid=apps/apps

To convert from CUSTOM.pll to CUSTOM.plx
f60gen module_type=LIBRARY module=CUSTOM userid=apps/apps

 


Anil Passi

Comments   

0 #1 Charley 2006-11-13 00:00
Anil,

I find that now with the Forms Personalization released last year, it is rare that Custom.pll will be needed. So many of the things I used to do with it are now included in the personalization capability of the forms.
Quote
0 #2 Charley 2006-11-13 00:00
Anil,

I find that now with the Forms Personalization released last year, it is rare that Custom.pll will be needed. So many of the things I used to do with it are now included in the personalization capability of the forms.
Quote
0 #3 Anil Passi 2006-11-15 00:00
indeed, i stopped using custom.pll too...almost.

Forms personalization still wont suppoort the scenario, when you want to provide a message box with multiple choices...hence good old custom.pll is still alive
Quote
+1 #4 Anil Passi 2006-11-15 00:00
indeed, i stopped using custom.pll too...almost.

Forms personalization still wont suppoort the scenario, when you want to provide a message box with multiple choices...hence good old custom.pll is still alive
Quote
0 #5 AragoRn 2006-11-22 00:00
Anil,
i worked on 11.5.10.2, there i didnt find an option of changing the record group query attached to lov using form personalization . the same thing i can do comfortably using custom.pll

i feel for complex customizations is better to go for custom.pll ... what does .pld used for?
and how does custom.pll gets called when the form is developed from Templat.fmb ... i hav a vague idea of APPCORE lib internal calls Custom.pll n thts the reason for using APPCORE2 lib functions in custom.pll rather than APPCORE routines. can u elaborate more on the tight integration of custom.pll with forms and apps??

can u plz throw some light on whether we hav a custom.pll in coming fusion versions? i heard oracle completely gonna rule out the usage of D2K, then vl there b an existence of custom.pll then??

Regar ds,
Kishore
Quote
0 #6 AragoRn 2006-11-22 00:00
Anil,
i worked on 11.5.10.2, there i didnt find an option of changing the record group query attached to lov using form personalization . the same thing i can do comfortably using custom.pll

i feel for complex customizations is better to go for custom.pll ... what does .pld used for?
and how does custom.pll gets called when the form is developed from Templat.fmb ... i hav a vague idea of APPCORE lib internal calls Custom.pll n thts the reason for using APPCORE2 lib functions in custom.pll rather than APPCORE routines. can u elaborate more on the tight integration of custom.pll with forms and apps??

can u plz throw some light on whether we hav a custom.pll in coming fusion versions? i heard oracle completely gonna rule out the usage of D2K, then vl there b an existence of custom.pll then??

Regar ds,
Kishore
Quote
0 #7 Anil Passi 2006-12-10 00:00
There was a typo...
It should have read..
CUSTOM. pll is attached to APPCORE.
APPCO RE2 is attached to CUSTOM.pll

H ence the execution is
APPCORE-->C USTOM-->APPCORE 2[if need be]

========
If instead we ever had
CUSTOM.pll attached to APPCORE.
APPCO RE attached to CUSTOM.pll
the n possible execution could be
APPCORE-->CUS TOM-->APPCORE-- >CUSTOM--APPCOR E--CUSTOM
Henc e causing circular reference.

H ence, APPCORE2 is attached to CUSTOM.pll
So that when CUSTOM.pll calls for example APP_DATE, then it gets executed from APPCORE2.

Th is is so because APPCORE is not attached to CUSTOM.pll


Oracle Apps Dev guide documents this as well

Thanks
Anil Passi
Quote
0 #8 Anil Passi 2006-12-10 00:00
There was a typo...
It should have read..
CUSTOM. pll is attached to APPCORE.
APPCO RE2 is attached to CUSTOM.pll

H ence the execution is
APPCORE-->C USTOM-->APPCORE 2[if need be]

========
If instead we ever had
CUSTOM.pll attached to APPCORE.
APPCO RE attached to CUSTOM.pll
the n possible execution could be
APPCORE-->CUS TOM-->APPCORE-- >CUSTOM--APPCOR E--CUSTOM
Henc e causing circular reference.

H ence, APPCORE2 is attached to CUSTOM.pll
So that when CUSTOM.pll calls for example APP_DATE, then it gets executed from APPCORE2.

Th is is so because APPCORE is not attached to CUSTOM.pll


Oracle Apps Dev guide documents this as well

Thanks
Anil Passi
Quote
0 #9 Anil Passi 2007-01-21 00:00
Hi Suresh

Simpl y open the jsp file, and you will either find jdbc commands using tables or the java class files being referenced [the class files might have table referenced]
Quote
0 #10 suresh 2007-01-21 00:00
how to find table information in a .jsp

thanks
Quote
0 #11 Anil Passi 2007-01-21 00:00
Hi Suresh

Simpl y open the jsp file, and you will either find jdbc commands using tables or the java class files being referenced [the class files might have table referenced]
Quote
0 #12 suresh 2007-01-21 00:00
how to find table information in a .jsp

thanks
Quote
0 #13 raj 2007-01-29 00:00
Sunil,
can u give us more light on custom.pll
i.e what are the basics that we need to follow to use custom.pll with an example

rega rds
raj
Quote
0 #14 Shripad 2007-03-06 00:00
Hi Anil,
I am trying to learn oracle apps forms.
I have written a package and attached it to
custom.pll. I am having a procedure TEST_PROC(event _name).I want to know how the event value will be passed to my formal parameter event_name
Quote
0 #15 rapps 2007-05-20 00:00
hi anil,
i have a doubt regarding custom.pll how this code will be executed when a from is opened.. i saw the code of custom.pll in it most of the code was commented ,,how this code will be executed

tha nk you
rapps
Quote
0 #16 PRASAD 2007-08-04 13:02
HI ANIL,

I AM PRETY NEW TO THIS ORACLE APPS. CAN U TEL ME THE DIFFERENCE BETWEEN CUSTOM TABLE AND DATABASE TABLE.


THANKS
PRASAD
Quote
0 #17 Anil Passi 2007-08-04 13:24
Custom table is a database table itself.
But it is a table that is not delivered out of the box by Oracle ERP

You create that table, in a custom schema, to extend the functionality of Oracle Apps.

Thanks,
Anil Passi
Quote
0 #18 malati 2007-09-11 05:59
Hi Anil,

Great site for beginners.thank s for sharing ur knowledge.I would like to request u to please write an article on custom.pll's.th at would be really helpful for all of us.

Thanks in advance.
Malati
Quote
0 #19 Pavankumar B Barlota 2008-01-29 09:19
Hi Anil,

Can you please help me out to use Custom.pll for zoom?

I am calling my Custom form from the ISO form using ZOOM button there.
So, what are the changes needed for this...in custom.pll.

Pl ese give me step by step detail as i am new to this technology.
If it is easy to use by personalization then explain that too!

waiting for u r reply....
Quote
0 #20 tara 2008-02-01 02:56
hi anil

iam new to this software job especially in oracle apps. can you tell me how to take first step and proceed to get through.

Thank s
mona
Quote
0 #21 Githesh Gopinath 2009-02-12 02:28
Its Very good
Quote
0 #22 Amit Kumar 2009-04-15 08:19
Hi Anil,

I want to write some code on when-new-item-i nstance for descriptive flex field using Custom.pll. But when i am going to see my my changes after clicking on the DFF i am unable to see my changes. Can't we write anything on When-New-Item_i nstance for a DFF. Same Code is perfectly working for other fields for the same trigger.for ex:-

IF ( event_name = 'WHEN-NEW-ITEM- INSTANCE'
AND block_name = 'RCV_TRANSACTIO N'
AND item_name = 'DESCFLEX'
) THEN

fnd_message.se t_string ('Enter into DFF');
fnd_message.sho w;

END IF;
Quote

Add comment


Security code
Refresh

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  Apr 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
  1  2  3  4  5  6  7
  8  91011121314
15161718192021
22232425262728
2930     

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner