DBA Data[Home] [Help]

APPS.AR_GTA_ARTRX_PROC dependencies on AR_GTA_RULE_TRX_TYPES_ALL

Line 1301: FROM AR_GTA_RULE_TRX_TYPES_ALL l

1297: l_cust_trx_type_id VARCHAR2(30);
1298:
1299: CURSOR trx_type_cond_i IS
1300: SELECT l.cust_trx_type_id
1301: FROM AR_GTA_RULE_TRX_TYPES_ALL l
1302: WHERE l.rule_header_id = p_transfer_id
1303: AND l.condition_rule = 'I';
1304:
1305: CURSOR trx_type_cond_e IS

Line 1307: FROM ar_gta_rule_trx_types_all l

1303: AND l.condition_rule = 'I';
1304:
1305: CURSOR trx_type_cond_e IS
1306: SELECT l.cust_trx_type_id
1307: FROM ar_gta_rule_trx_types_all l
1308: WHERE l.rule_header_id = p_transfer_id
1309: AND l.condition_rule = 'E';
1310:
1311: BEGIN