DBA Data[Home] [Help]

APPS.CSM_SR_EVENT_PKG dependencies on CSM_CUSTOMER_ACCOUNT_EVENT_PKG

Line 1001: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_INS

997: p_flowtype => NULL,
998: p_error_msg => l_error_msg,
999: x_return_status => l_return_status);
1000: --insert Accounts for the above party-R12
1001: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_INS
1002: (p_party_id=>l_sr_rec.customer_id
1003: ,p_user_id =>l_owner_id);
1004:
1005: END IF;

Line 1232: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_DEL

1228: p_flowtype => NULL,
1229: p_error_msg => l_error_msg,
1230: x_return_status => l_return_status);
1231: --Delete Accounts for the above party-R12
1232: CSM_CUSTOMER_ACCOUNT_EVENT_PKG.CUST_ACCOUNTS_DEL
1233: (p_party_id=>l_sr_rec.customer_id
1234: ,p_user_id =>l_owner_id);
1235:
1236: END IF;