DBA Data[Home] [Help]

APPS.INVPPROC dependencies on INV_EGO_REVISION_VALIDATE

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

185: IF l_inv_debug_level IN(101, 102) THEN
186: INVPUTLI.info('INVPPROC.inproit_process_item: inserting into MSI_B with xset_id = '|| xset_id);
187: END IF;
188: --Bug 4767919 Anmurali
189: IF (INSTR(INV_EGO_REVISION_VALIDATE.Get_Process_Control,'PLM_UI:Y') <> 0) THEN
190:
191: For ff in Flex_Exists Loop
192:
193: Open get_organization_code(ff.organization_id);

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

1946:
1947: --Bug: 3033702 Added for EGO grants on item
1948: --Moved support of user attribs code to INVEGRVB
1949: --INVPUTLI.info('INVPPROC: Calling Ego procedure Insert_Grants_And_UserAttr');
1950: --INV_EGO_REVISION_VALIDATE.Insert_Grants_And_UserAttr(xset_id);
1951: --Bug: 3033702 Ended
1952: INV_EGO_REVISION_VALIDATE.Create_New_Item_Request(xset_id);
1953: --Bug:3777954 added call to new processing for NIR required items (for EGO)
1954:

Line 1952: INV_EGO_REVISION_VALIDATE.Create_New_Item_Request(xset_id);

1948: --Moved support of user attribs code to INVEGRVB
1949: --INVPUTLI.info('INVPPROC: Calling Ego procedure Insert_Grants_And_UserAttr');
1950: --INV_EGO_REVISION_VALIDATE.Insert_Grants_And_UserAttr(xset_id);
1951: --Bug: 3033702 Ended
1952: INV_EGO_REVISION_VALIDATE.Create_New_Item_Request(xset_id);
1953: --Bug:3777954 added call to new processing for NIR required items (for EGO)
1954:
1955: --
1956: -- The last step: set process_flags to 7

Line 1992: INV_EGO_REVISION_VALIDATE.apply_default_uda_values(xset_id, p_commit => p_commit); /* Added to fix Bug#7422423*/

1988: where process_flag = l_process_flag_4
1989: and set_process_id = xset_id;
1990:
1991: --Bug 5435229 Call appy_default_uda_values
1992: INV_EGO_REVISION_VALIDATE.apply_default_uda_values(xset_id, p_commit => p_commit); /* Added to fix Bug#7422423*/
1993:
1994: RETURN (0);
1995:
1996: EXCEPTION