DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKX_RCPT_METHOD_ACCOUNTS_V

Line 279: l_cust_bank_acct okx_rcpt_method_accounts_v.bank_account_id%TYPE;

275: AND cle_id IS NULL
276: AND rgd_code = 'LABILL')
277: AND rule_information_category = p_rule_category;
278:
279: l_cust_bank_acct okx_rcpt_method_accounts_v.bank_account_id%TYPE;
280:
281: CURSOR cust_trx_type_csr(p_sob_id NUMBER, p_org_id NUMBER) IS
282: SELECT id1
283: FROM okx_cust_trx_types_v

Line 336: FROM okx_rcpt_method_accounts_v

332:
333: -- For bank accounts
334: CURSOR bank_acct_csr(p_id NUMBER) IS
335: SELECT bank_account_id
336: FROM okx_rcpt_method_accounts_v
337: WHERE id1 = p_id;
338:
339: -- Default term Id
340: cursor std_terms_csr IS