DBA Data[Home] [Help]

APPS.AR_RAXINVPR_XMLP_PKG dependencies on RA_CUST_TRX_TYPES

Line 123: from ra_cust_trx_types

119: if p_customer_trx_id is not null then
120: select name
121: --into type_id
122: into type_id_t
123: from ra_cust_trx_types
124: where cust_trx_type_id = p_customer_trx_id;
125: --type_id := type_id;
126: type_id := type_id_t;
127: end if;