DBA Data[Home] [Help]

APPS.JG_ZZ_AERL_DT_PKG dependencies on RA_CUST_TRX_TYPES

Line 94: 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.

90: end if;
91: elsif pv_entity_code = 'TRANSACTIONS' then
92: select type
93: into lv_fin_doc_type
94: 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.
95: where cust_trx_type_id = pn_trx_type_id;
96: end if;
97: elsif pv_source = 'GL' then
98: lv_fin_doc_type := 'N/A';