DBA Data[Home] [Help]

APPS.INVPPROC dependencies on INV_EGO_REVISION_VALIDATE

Line 152: IF (INSTR(INV_EGO_REVISION_VALIDATE.Get_Process_Control,'PLM_UI:Y') <> 0) THEN

148: IF l_inv_debug_level IN(101, 102) THEN
149: INVPUTLI.info('INVPPROC.inproit_process_item: inserting into MSI_B with xset_id = '|| xset_id);
150: END IF;
151: --Bug 4767919 Anmurali
152: IF (INSTR(INV_EGO_REVISION_VALIDATE.Get_Process_Control,'PLM_UI:Y') <> 0) THEN
153:
154: For ff in Flex_Exists Loop
155:
156: Open get_organization_code(ff.organization_id);

Line 1864: --INV_EGO_REVISION_VALIDATE.Insert_Grants_And_UserAttr(xset_id);

1860:
1861: --Bug: 3033702 Added for EGO grants on item
1862: --Moved support of user attribs code to INVEGRVB
1863: --INVPUTLI.info('INVPPROC: Calling Ego procedure Insert_Grants_And_UserAttr');
1864: --INV_EGO_REVISION_VALIDATE.Insert_Grants_And_UserAttr(xset_id);
1865: --Bug: 3033702 Ended
1866: INV_EGO_REVISION_VALIDATE.Create_New_Item_Request(xset_id);
1867: --Bug:3777954 added call to new processing for NIR required items (for EGO)
1868:

Line 1866: INV_EGO_REVISION_VALIDATE.Create_New_Item_Request(xset_id);

1862: --Moved support of user attribs code to INVEGRVB
1863: --INVPUTLI.info('INVPPROC: Calling Ego procedure Insert_Grants_And_UserAttr');
1864: --INV_EGO_REVISION_VALIDATE.Insert_Grants_And_UserAttr(xset_id);
1865: --Bug: 3033702 Ended
1866: INV_EGO_REVISION_VALIDATE.Create_New_Item_Request(xset_id);
1867: --Bug:3777954 added call to new processing for NIR required items (for EGO)
1868:
1869: --
1870: -- The last step: set process_flags to 7

Line 1906: INV_EGO_REVISION_VALIDATE.apply_default_uda_values(xset_id);

1902: where process_flag = l_process_flag_4
1903: and set_process_id = xset_id;
1904:
1905: --Bug 5435229 Call appy_default_uda_values
1906: INV_EGO_REVISION_VALIDATE.apply_default_uda_values(xset_id);
1907:
1908: RETURN (0);
1909:
1910: EXCEPTION