DBA Data[Home] [Help]

APPS.OKL_CREDIT_MGNT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 51: FROM hz_cust_accounts

47: AND status IN ('SUBMITTED' , 'APPROVED');
48:
49: CURSOR c_credit_class IS
50: SELECT CREDIT_CLASSIFICATION_CODE
51: FROM hz_cust_accounts
52: WHERE cust_account_id = p_chr_rec.cust_acct_id;
53:
54: BEGIN
55: