DBA Data[Home] [Help]

APPS.INVNIRIS dependencies on INV_ITEM_UTIL

Line 761: l_eng_object := INV_ITEM_UTIL.Object_Exists(p_object_type=>'PACKAGE BODY',p_object_name=>'ENG_CHANGE_POLICY_PKG');

757: INVPUTLI.info('INVNIRIS.change_poilcy_check: done INV_EGO_REVISION_VALIDATE.validate_item_user_privileges');
758: END IF;
759: --End bug: 5238510
760:
761: l_eng_object := INV_ITEM_UTIL.Object_Exists(p_object_type=>'PACKAGE BODY',p_object_name=>'ENG_CHANGE_POLICY_PKG');
762:
763: --When called from ECO validate and impliment should not mark them to 5.
764: --6157001 : Removed the ENG_CALL:Y check
765: IF (INSTR(l_process_control,'PLM_UI:Y') = 0) AND (l_eng_object ='Y') THEN