DBA Data[Home] [Help]

APPS.EC_MAPPING_UTILS dependencies on ECE_STAGE

Line 1290: FROM ece_stage

1286: --Let's check to see if there is any data in staging table w/ map_id in question.
1287: iMap_ID_Main := ec_get_main_map_id(v_maps_upg.map_id);
1288:
1289: SELECT COUNT(*) INTO n_staged_doc_count
1290: FROM ece_stage
1291: WHERE map_id = iMap_ID_Main;
1292:
1293: IF n_staged_doc_count > 0 THEN --There are documents in staging table still. Abort.
1294: RAISE stage_doc_exception;