DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on EGO_ITEMS_ATTRS_CHANGES_B

Line 695: FROM ego_items_attrs_changes_b

691:
692: IF l_attribute_group_type = 'EGO_ITEMMGMT_GROUP' THEN
693: -- Check if there are any UDA pending changes done through this Change Order for this attribute group
694: SELECT count(*) INTO l_pending_changes_count
695: FROM ego_items_attrs_changes_b
696: WHERE change_line_id = p_change_line_id
697: AND attr_group_id = l_current_attr_group_id
698: AND data_level_id not in (43103,43104,43105); -- Bug 6439100 Supplier datalevels change policy not supported
699: