DBA Data[Home] [Help]

APPS.CSC_PARTY_MERGE_PKG dependencies on CSC_CUSTOMERS_PKG

Line 256: csc_customers_pkg.update_row (

252: open c1;
253: close c1;
254:
255:
256: csc_customers_pkg.update_row (
257: x_rowid => l_from_rowid,
258: x_party_id => p_from_fk_id,
259: x_cust_account_id => l_from_cust_account_id,
260: x_last_update_date => SYSDATE,