DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on ECE_MAPPINGS

Line 623: FROM ece_mappings

619:
620: BEGIN
621: SELECT map_id
622: INTO iMap_ID
623: FROM ece_mappings
624: WHERE map_code = 'EC_' || cTransaction_Type || '_FF';
625: EXCEPTION
626: WHEN OTHERS THEN
627: NULL;