DBA Data[Home] [Help]

APPS.PAP_CMERGE dependencies on PAP_CMERGE

Line 1: PACKAGE BODY PAP_CMERGE AS

1: PACKAGE BODY PAP_CMERGE AS
2: -- $Header: PAPCMR3B.pls 120.9.12020000.2 2012/07/19 09:52:22 admarath ship $
3: /* */
4: --
5: -- function to retrieve new customer id for pa_project_customers table

Line 223: ARP_MESSAGE.SET_LINE( 'PAP_CMERGE.MERGE()+' );

219: -- to indicate what package name is being executed.
220: --
221: -- update log file to indicate the module being executed.
222: --
223: ARP_MESSAGE.SET_LINE( 'PAP_CMERGE.MERGE()+' );
224: --
225: --Get the profile option for audit of customer merge
226: g_audit_profile :=NVL(FND_PROFILE.value('HZ_AUDIT_ACCT_MERGE'),'N');
227:

Line 1666: PAP_CMERGE_BB1.MERGE_PA_AGREEMENTS( req_id, set_no );

1662: /* END Added by sbsivara for retention related tables */
1663: --
1664: -- update pa_agreements for customer_id only.
1665: --
1666: PAP_CMERGE_BB1.MERGE_PA_AGREEMENTS( req_id, set_no );
1667: --
1668: -- update pa_project_contacts for customer_id only.
1669: --
1670: PAP_CMERGE_BB2.MERGE_PA_PROJECT_CONTACTS( req_id, set_no );

Line 1670: PAP_CMERGE_BB2.MERGE_PA_PROJECT_CONTACTS( req_id, set_no );

1666: PAP_CMERGE_BB1.MERGE_PA_AGREEMENTS( req_id, set_no );
1667: --
1668: -- update pa_project_contacts for customer_id only.
1669: --
1670: PAP_CMERGE_BB2.MERGE_PA_PROJECT_CONTACTS( req_id, set_no );
1671: --
1672: --
1673: <>
1674: --

Line 1677: ARP_MESSAGE.SET_LINE( 'PAP_CMERGE.MERGE()-' );

1673: <>
1674: --
1675: -- update log file to indicate the successful exit of this module.
1676: --
1677: ARP_MESSAGE.SET_LINE( 'PAP_CMERGE.MERGE()-' );
1678: --
1679: --
1680: EXCEPTION
1681:

Line 1683: ARP_MESSAGE.SET_ERROR( 'PAP_CMERGE.MERGE' );

1679: --
1680: EXCEPTION
1681:
1682: WHEN OTHERS THEN
1683: ARP_MESSAGE.SET_ERROR( 'PAP_CMERGE.MERGE' );
1684: RAISE;
1685:
1686: END MERGE;
1687: --

Line 1690: END PAP_CMERGE;

1686: END MERGE;
1687: --
1688: --
1689: /********************* End of Mission ***********************/
1690: END PAP_CMERGE;