DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on RA_CUST_TRX_TYPES_ALL

Line 7077: FROM ra_cust_trx_types_all

7073:
7074: --Get the AR customer transaction type used by OKL
7075: CURSOR l_racusttrxtypes_csr IS
7076: SELECT cust_trx_type_id
7077: FROM ra_cust_trx_types_all
7078: WHERE name = 'Invoice-OKL';
7079:
7080: -- get the financial product
7081: CURSOR l_oklkheaders_csr(cp_khr_id IN NUMBER) IS

Line 12216: FROM ra_cust_trx_types_all

12212: WHERE id = cp_kle_id;
12213:
12214: CURSOR l_racusttrxtypes_csr IS
12215: SELECT cust_trx_type_id
12216: FROM ra_cust_trx_types_all
12217: WHERE name = 'Invoice-OKL';
12218:
12219: CURSOR l_fndcurrency_csr(cp_currency_code IN VARCHAR2) IS
12220: SELECT precision, minimum_accountable_unit

Line 15819: FROM ra_cust_trx_types_all

15815:
15816: -- Get the AR customer transaction type used by OKL
15817: CURSOR l_racusttrxtypes_csr IS
15818: SELECT cust_trx_type_id
15819: FROM ra_cust_trx_types_all
15820: WHERE name = 'Invoice-OKL';
15821:
15822: -- Get currency attributes
15823: CURSOR l_fndcurrency_csr(cp_currency_code IN VARCHAR2) IS