DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_HZ_COVER_API

Line 1110: -- need to check and if not exists then craeet party profile(ARCMHZCB.pls AR_CMGT_HZ_COVER_API)

1106:
1107: l_party_id ar_cmgt_credit_requests.party_id%type;
1108: l_cust_account_profile_id hz_customer_profiles.cust_account_profile_id%type;
1109: BEGIN
1110: -- need to check and if not exists then craeet party profile(ARCMHZCB.pls AR_CMGT_HZ_COVER_API)
1111: IF funcmode = 'RUN'
1112: THEN
1113: SELECT party_id
1114: INTO l_party_id

Line 1134: ar_cmgt_hz_cover_api.create_party_profile(p_party_id => l_party_id);

1130:
1131: EXCEPTION
1132: WHEN NO_DATA_FOUND
1133: THEN
1134: ar_cmgt_hz_cover_api.create_party_profile(p_party_id => l_party_id);
1135: WHEN OTHERS
1136: THEN
1137: wf_core.context('AR_CMGT_WF_ENGINE','CREATE_PARTY_PROFILE',itemtype, itemkey,
1138: sqlerrm);