DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_EGO_REVISION_VALIDATE

Line 5841: INV_EGO_REVISION_VALIDATE.Process_UCCnet_Attributes(

5837: -- Bug 12669090 : End
5838: BEGIN
5839: -- calling UCCnet attribute updates
5840: -- added by Devendra for UCCnet functionality (11.5.10+)
5841: INV_EGO_REVISION_VALIDATE.Process_UCCnet_Attributes(
5842: P_Prog_AppId => prg_appid
5843: ,P_Prog_Id => prg_id
5844: ,P_Request_Id => req_id
5845: ,P_User_Id => user_id

Line 5851: INV_EGO_REVISION_VALIDATE.Pending_Eco_Check_Sync_Ids(

5847: ,P_Set_id => xset_id);
5848: -- added by Devendra for UCCnet functionality (11.5.10+)
5849:
5850: -- Start 3637854 : Pending ECO check and sync lifecycles
5851: INV_EGO_REVISION_VALIDATE.Pending_Eco_Check_Sync_Ids(
5852: P_Prog_AppId => prg_appid
5853: ,P_Prog_Id => prg_id
5854: ,P_Request_Id => req_id
5855: ,P_User_Id => user_id

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

6064: (rec.cost_flag <> rec.COSTING_ENABLED_FLAG) or
6065: (rec.eng_flag <> rec.ENG_ITEM_FLAG) or
6066: (rec.eam_type <> rec.EAM_ITEM_TYPE) or
6067: ((rec.gdsn_flag <> rec.GDSN_OUTBOUND_ENABLED_FLAG) AND
6068: (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y') ) or
6069: (rec.contract_type <> rec.CONTRACT_ITEM_TYPE_CODE) then
6070:
6071: IF l_inv_debug_level IN(101, 102) THEN
6072: INVPUTLI.info('INVUPD2B: inserting the item category assignments for default category sets ');

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

6363: and MDE.item_catalog_group_id = nvl(rec.item_catalog_group_id,-999);
6364:
6365: END IF;
6366: --Bug:4132663 Not inserting if call from PLM UI
6367: IF (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y' AND
6368: (( rec.msi_status_code <> rec.inventory_item_status_code )
6369: OR (NVL(rec.msi_lifecycle_id,1) <> NVL(rec.lifecycle_id,NVL(rec.msi_lifecycle_id,1)))
6370: OR (NVL(rec.msi_current_phase_id,1) <> NVL(rec.current_phase_id,NVL(rec.msi_current_phase_id,1)))))
6371: THEN

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

7083:
7084: -- Bug 13935085: Item Revision Phase change done through Import from Excel does not show up
7085: -- in History Tab of Revision Phases.
7086: -- Insert pending change record to the mtl_pending_item_status in case of revision phase change
7087: IF (NVL(INV_EGO_REVISION_VALIDATE.Get_Process_Control(),'X')<> 'PLM_UI:Y' AND
7088: (NVL(update_rec.current_phase_id,1) <> NVL(rev_rec.current_phase_id,NVL(update_rec.current_phase_id,1))))
7089: THEN
7090: insert into mtl_pending_item_status
7091: ( INVENTORY_ITEM_ID,

Line 7243: INV_EGO_REVISION_VALIDATE.apply_default_uda_values(xset_id,commit_flag); /*Added to fix Bug 8359046*/

7239: where process_flag = 4
7240: and transaction_type = 'UPDATE'
7241: and (set_process_id = xset_id or set_process_id = xset_id + 1000000000000);
7242: --2808277 : Start Revision Update support
7243: INV_EGO_REVISION_VALIDATE.apply_default_uda_values(xset_id,commit_flag); /*Added to fix Bug 8359046*/
7244: return (0);
7245:
7246: EXCEPTION
7247: