DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on RA_CUST_TRX_TYPES

Line 601: FROM ra_cust_trx_types

597:
598: --Bug# 10160494
599: CURSOR cust_trx_type_csr(p_cust_trx_type_id IN NUMBER) IS
600: SELECT type
601: FROM ra_cust_trx_types
602: WHERE cust_trx_type_id = p_cust_trx_type_id;
603:
604: l_type ra_cust_trx_types.type%type;
605: --Bug# 10160494

Line 604: l_type ra_cust_trx_types.type%type;

600: SELECT type
601: FROM ra_cust_trx_types
602: WHERE cust_trx_type_id = p_cust_trx_type_id;
603:
604: l_type ra_cust_trx_types.type%type;
605: --Bug# 10160494
606:
607: BEGIN
608: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN