DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKX_RCPT_METHOD_ACCOUNTS_V

Line 303: l_cust_bank_acct okx_rcpt_method_accounts_v.bank_account_id%TYPE;

299: AND rpr.rgp_id = rgp.id
300: AND rpr.cpl_id = p_cpl_id)
301: AND rule_information_category = p_rule_category;
302:
303: l_cust_bank_acct okx_rcpt_method_accounts_v.bank_account_id%TYPE;
304:
305: CURSOR cust_trx_type_csr(p_sob_id NUMBER, p_org_id NUMBER) IS
306: SELECT id1
307: FROM okx_cust_trx_types_v

Line 360: FROM okx_rcpt_method_accounts_v

356:
357: -- For bank accounts
358: CURSOR bank_acct_csr(p_id NUMBER) IS
359: SELECT bank_account_id
360: FROM okx_rcpt_method_accounts_v
361: WHERE id1 = p_id;
362:
363: -- Default term Id
364: cursor std_terms_csr IS