DBA Data[Home] [Help]

APPS.JG_ZZ_AERL_DT_PKG dependencies on RA_CUST_TRX_TYPES

Line 95: from ra_cust_trx_types --Modified the query for bug 6156524 Used ra_cust_trx_types table instead of ra_cust_trx_types_all table.

91: end if;
92: elsif pv_entity_code = 'TRANSACTIONS' then
93: select type
94: into lv_fin_doc_type
95: from ra_cust_trx_types --Modified the query for bug 6156524 Used ra_cust_trx_types table instead of ra_cust_trx_types_all table.
96: where cust_trx_type_id = pn_trx_type_id;
97: end if;
98: elsif pv_source = 'GL' then
99: lv_fin_doc_type := 'N/A';