DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_EGO_REVISION_VALIDATE

Line 5563: INV_EGO_REVISION_VALIDATE.Process_UCCnet_Attributes(

5559: l_dummy NUMBER; --7017691
5560: BEGIN
5561: -- calling UCCnet attribute updates
5562: -- added by Devendra for UCCnet functionality (11.5.10+)
5563: INV_EGO_REVISION_VALIDATE.Process_UCCnet_Attributes(
5564: P_Prog_AppId => prg_appid
5565: ,P_Prog_Id => prg_id
5566: ,P_Request_Id => req_id
5567: ,P_User_Id => user_id

Line 5573: INV_EGO_REVISION_VALIDATE.Pending_Eco_Check_Sync_Ids(

5569: ,P_Set_id => xset_id);
5570: -- added by Devendra for UCCnet functionality (11.5.10+)
5571:
5572: -- Start 3637854 : Pending ECO check and sync lifecycles
5573: INV_EGO_REVISION_VALIDATE.Pending_Eco_Check_Sync_Ids(
5574: P_Prog_AppId => prg_appid
5575: ,P_Prog_Id => prg_id
5576: ,P_Request_Id => req_id
5577: ,P_User_Id => user_id

Line 5754: (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y') ) or

5750: (rec.cost_flag <> rec.COSTING_ENABLED_FLAG) or
5751: (rec.eng_flag <> rec.ENG_ITEM_FLAG) or
5752: (rec.eam_type <> rec.EAM_ITEM_TYPE) or
5753: ((rec.gdsn_flag <> rec.GDSN_OUTBOUND_ENABLED_FLAG) AND
5754: (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y') ) or
5755: (rec.contract_type <> rec.CONTRACT_ITEM_TYPE_CODE) then
5756:
5757: IF l_inv_debug_level IN(101, 102) THEN
5758: INVPUTLI.info('INVUPD2B: inserting the item category assignments for default category sets ');

Line 5965: IF (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y' AND

5961: and MDE.item_catalog_group_id = nvl(rec.item_catalog_group_id,-999);
5962:
5963: END IF;
5964: --Bug:4132663 Not inserting if call from PLM UI
5965: IF (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y' AND
5966: (( rec.msi_status_code <> rec.inventory_item_status_code )
5967: OR (NVL(rec.msi_lifecycle_id,1) <> NVL(rec.lifecycle_id,NVL(rec.msi_lifecycle_id,1)))
5968: OR (NVL(rec.msi_current_phase_id,1) <> NVL(rec.current_phase_id,NVL(rec.msi_current_phase_id,1)))))
5969: THEN