DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on RA_CUST_TRX_TYPES_ALL

Line 106: l_cust_trx_type_id ra_cust_trx_types_all.cust_Trx_type_id%type;

102: l_conversion_rate NUMBER;
103: l_precision fnd_currencies.precision%type;
104: l_minimum_accountable_unit fnd_currencies.minimum_accountable_unit%type;
105: l_commitment_id oe_order_lines.commitment_id%type;
106: l_cust_trx_type_id ra_cust_trx_types_all.cust_Trx_type_id%type;
107: l_AR_Sys_Param_Rec ar_system_parameters_all%ROWTYPE;
108: l_product_type zx_product_types_def_v.classification_code%TYPE;
109: --x_otoc_le_info_rec XLE_BUSINESSINFO_GRP.otoc_le_rec;
110: l_legal_entity_id NUMBER(15);

Line 262: from ra_cust_trx_types_all cust_type,

258: begin
259:
260: select /* MOAC_SQL_CHANGE */ nvl(cust_type.subsequent_trx_type_id, cust_type.cust_trx_type_id)
261: into l_cust_trx_type_id
262: from ra_cust_trx_types_all cust_type,
263: ra_customer_trx cust_trx
264: where
265: cust_type.cust_trx_type_id = cust_trx.cust_trx_type_id
266: and cust_type.org_id = cust_trx.org_id