DBA Data[Home] [Help]

APPS.OE_CREDIT_SUMMARIES_PKG dependencies on HZ_CUST_ACCOUNTS

Line 40: HZ_CUST_ACCOUNTS

36: party_id
37: INTO
38: l_id
39: FROM
40: HZ_CUST_ACCOUNTS
41: WHERE
42: cust_account_id = p_cust_account_id ;
43:
44: EXCEPTION