DBA Data[Home] [Help]

APPS.EGO_IMPORT_BATCH_COMPARE_PVT dependencies on EGO_IMPORT_BATCHES_B

Line 827: FROM ego_import_batches_b

823: Debug_Message('Party_id = '||l_party_id);
824:
825: -- Query for getting the source_system_id to which this item do belong to
826: SELECT source_system_id INTO l_ss_id
827: FROM ego_import_batches_b
828: WHERE batch_id = p_batch_id;
829:
830: IF l_ss_id = EGO_IMPORT_PVT.get_pdh_source_system_id THEN
831: is_pdh_batch := TRUE;