DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on EGO_ITEM_MATCHES

Line 5568: FROM ego_item_matches

5564: RETURN VARCHAR2
5565: IS
5566: CURSOR Get_Matches IS
5567: SELECT match_id
5568: FROM ego_item_matches
5569: WHERE batch_id = p_batch_id
5570: AND source_system_reference = p_ss_ref;
5571:
5572: TYPE num_type IS TABLE OF NUMBER;