DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on RA_CUST_TRX_TYPES_ALL

Line 7108: FROM ra_cust_trx_types_all

7104:
7105: --Get the AR customer transaction type used by OKL
7106: CURSOR l_racusttrxtypes_csr IS
7107: SELECT cust_trx_type_id
7108: FROM ra_cust_trx_types_all
7109: WHERE name = 'Invoice-OKL';
7110:
7111: -- get the financial product
7112: CURSOR l_oklkheaders_csr(cp_khr_id IN NUMBER) IS

Line 12251: FROM ra_cust_trx_types_all

12247: WHERE id = cp_kle_id;
12248:
12249: CURSOR l_racusttrxtypes_csr IS
12250: SELECT cust_trx_type_id
12251: FROM ra_cust_trx_types_all
12252: WHERE name = 'Invoice-OKL';
12253:
12254: CURSOR l_fndcurrency_csr(cp_currency_code IN VARCHAR2) IS
12255: SELECT precision, minimum_accountable_unit

Line 15891: FROM ra_cust_trx_types_all

15887:
15888: -- Get the AR customer transaction type used by OKL
15889: CURSOR l_racusttrxtypes_csr IS
15890: SELECT cust_trx_type_id
15891: FROM ra_cust_trx_types_all
15892: WHERE name = 'Invoice-OKL';
15893:
15894: -- Get currency attributes
15895: CURSOR l_fndcurrency_csr(cp_currency_code IN VARCHAR2) IS