DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on EGO_MFG_PART_NUM_CHGS

Line 691: FROM ego_mfg_part_num_chgs

687:
688: IF 'AML_RULE' = rev_items.attribute_code AND rev_items.attribute_number_value = 1 THEN -- AML Changes
689:
690: SELECT count(*) INTO l_pending_changes_count
691: FROM ego_mfg_part_num_chgs
692: WHERE change_line_id = p_change_line_id
693: AND implmentation_date IS NULL;
694:
695: IF l_pending_changes_count > 0 THEN