Thursday, 3 January 2013

Oracle Apps forms / Report / Custom.pll Compilation


Oracle Apps Form 6i Compilation Script 


f60gen module=DMF_INV_PH_KPKD.fmb userid=apps/Z3zRD6tb output_file=/ddmoni/applmgr/1159/dmf_inv/11.5.0/forms/US/DMF_INV_PH_KPKD.fmx compile_all=yes

---------------------------------------------------------------------------





Oracle Apps Form 10g Compilation Script  


frmcmp_batch module=XXNIPSDFA.fmb userid=apps/devapps OUTPUT_FILE=/devapps/apps/apps_st/appl/xxhmi/12.0.0/forms/US/XXNIPSDFA.fmx compile_all=yes


 ---------------------------------------------------------------------------

Oracle Apps - to compile the custom.pll

frmcmp_batch module=CUSTOM.pll userid=apps/tstapps module_type=LIABRARY OUTPUT_FILE=/testapps/apps/apps_st/appl/au/12.0.0/resource/CUSTOM.plx compile_all=yes

frmcmp_batch module=CUSTOM.pll userid=apps/tstapps output_file=CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special


1. get the CUSTOM.pll from AU top resource directory

2. open the CUSTOM.pll on FORM builder

3. go to

   begin
        null;  ----- write the coding
   end;

4. move the pll to AU top resource directory

5. compile the CUSTOM.pll
   frmcmp_batch module=CUSTOM.pll userid=apps/tstapps output_file=CUSTOM.plx module_type=LIBRARY


---------------------------------------------------------------------------


=============================================================================

            Oracle Apps Customer API’s:


Org Contact Role     -       Hz_party_contact_v2pub.Create_Org_Contact_Role


Relationships        -    HZ_CUST_ACCOUNT_V2PUB.CREATE_CUST_ACCT_RELATE


Customer Profile    -    HZ_CUSTOMER_PROFILE_V2PUB. create_customer_profile


Customer Profile Amount    -    HZ_CUSTOMER_PROFILE_V2PUB. create_cust_profile_amt


Customer Credit Rating    -    HZ_PARTY_INFO_V2PUB.create_credit_rating


Sales Person        -    JTF_RS_SALESREPS_PUB.CREATE_SALESREP


Sales reps Territories    -    JTF_RS_SRP_TERRITORIES_PUB.CREATE_RS_SRP_TERRITORIES


Customer contacts    -    HZ_CUST_ACCOUNT_ROLE_V2PUB.CREATE_CUST_ACCOUNT_ROLE


Customer Contact Role    -    HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility

=============================================================================
 

No comments:

Post a Comment