DBA Data[Home] [Help]

APPS.CSM_SR_EVENT_PKG dependencies on CSM_CUSTOMER_ACCOUNT_EVENT_PKG

Line 1011: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCT_SITES_INS

1007: p_flowtype => NULL,
1008: p_error_msg => l_error_msg,
1009: x_return_status => l_return_status);
1010:
1011: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCT_SITES_INS
1012: (p_party_site_id=> l_sr_rec.incident_location_id,
1013: p_org_id =>l_sr_rec.org_id ,p_user_id =>l_owner_id);
1014: END IF;
1015: END IF;

Line 1024: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_INS

1020: p_flowtype => NULL,
1021: p_error_msg => l_error_msg,
1022: x_return_status => l_return_status);
1023: --insert Accounts for the above party-R12
1024: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_INS
1025: (p_party_id=>l_sr_rec.customer_id
1026: ,p_user_id =>l_owner_id);
1027:
1028: END IF;

Line 1254: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_DEL

1250: p_flowtype => NULL,
1251: p_error_msg => l_error_msg,
1252: x_return_status => l_return_status);
1253: --Delete Accounts for the above party-R12
1254: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_DEL
1255: (p_party_id=>l_sr_rec.customer_id
1256: ,p_user_id =>l_owner_id);
1257:
1258: END IF;