DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on EGO_ITEM_MATCHES

Line 5960: FROM ego_item_matches

5956: RETURN VARCHAR2
5957: IS
5958: CURSOR Get_Matches IS
5959: SELECT match_id
5960: FROM ego_item_matches
5961: WHERE batch_id = p_batch_id
5962: AND source_system_reference = p_ss_ref;
5963:
5964: TYPE num_type IS TABLE OF NUMBER;