DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_HZ_COVER_API

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

1296: THEN
1297: debug('ar_cmgt_wf_engine.create_party_profile()+');
1298: END IF;
1299:
1300: -- need to check and if not exists then craeet party profile(ARCMHZCB.pls AR_CMGT_HZ_COVER_API)
1301: IF funcmode = 'RUN'
1302: THEN
1303: SELECT party_id, cust_account_id, site_use_id
1304: INTO l_party_id, l_cust_acct_id, l_site_use_id

Line 1349: ar_cmgt_hz_cover_api.create_party_profile(

1345: THEN
1346: debug(' not found: creating party profile');
1347: END IF;
1348:
1349: ar_cmgt_hz_cover_api.create_party_profile(
1350: p_party_id => l_party_id,
1351: p_return_status => l_return_status);
1352:
1353: /* 7272415 - Error handling for TCA API */