DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on ECE_MAPPINGS

Line 622: FROM ece_mappings

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