DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on EGO_ITEMS_ATTRS_CHANGES_B

Line 623: FROM ego_items_attrs_changes_b

619:
620: IF l_attribute_group_type = 'EGO_ITEMMGMT_GROUP' THEN
621: -- Check if there are any UDA pending changes done through this Change Order for this attribute group
622: SELECT count(*) INTO l_pending_changes_count
623: FROM ego_items_attrs_changes_b
624: WHERE change_line_id = p_change_line_id
625: AND attr_group_id = l_current_attr_group_id
626: AND data_level_id not in (43103,43104,43105); -- Bug 6439100 Supplier datalevels change policy not supported
627: