DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS1 dependencies on EC_MAPPING_UTILS

Line 181: IF ec_mapping_utils.ec_get_trans_upgrade_status(p_transaction_type) = 'U' THEN

177: 'TABLE_NAME',
178: 'ECE_OUTPUT' );
179: END IF;
180:
181: IF ec_mapping_utils.ec_get_trans_upgrade_status(p_transaction_type) = 'U' THEN
182: ec_debug.pl(0,'EC','ECE_REC_TRANS_PENDING',NULL);
183: retcode := 1;
184: END IF;
185:

Line 452: IF ec_mapping_utils.ec_get_trans_upgrade_status(p_transaction_type) = 'U' THEN

448: 'ECE_OUTPUT' );
449: END IF;
450:
451:
452: IF ec_mapping_utils.ec_get_trans_upgrade_status(p_transaction_type) = 'U' THEN
453: ec_debug.pl(0,'EC','ECE_REC_TRANS_PENDING',NULL);
454: retcode := 1;
455: END IF;
456: