DBA Data[Home] [Help]

APPS.BOM_VALIDATE_OP_SEQ dependencies on WSMPUTIL

Line 4171: AND WSMPUTIL.CHECK_PO_MOVE(p_sequence_id => p_com_op_unexp_rec.Operation_Sequence_Id,

4167: END IF;
4168:
4169: --For checking that OSFM operation is not a po_move
4170: IF BOM_Rtg_Globals.Get_CFM_Rtg_Flag = BOM_Rtg_Globals.G_Lot_Rtg
4171: AND WSMPUTIL.CHECK_PO_MOVE(p_sequence_id => p_com_op_unexp_rec.Operation_Sequence_Id,
4172: p_sequence_id_type => 'O',
4173: p_routing_rev_date => SYSDATE,
4174: x_err_code => l_err_code,
4175: x_err_msg => l_err_text)

Line 4188: WSMPUTIL.JOBS_WITH_QTY_AT_FROM_OP (x_err_code => l_err_code,

4184: --For Delete Operation OSFM constraint
4185: IF p_com_operation_rec.Transaction_Type = BOM_Rtg_Globals.G_OPR_DELETE
4186: AND BOM_RTG_Globals.Is_Osfm_NW_Calc_Flag
4187: AND
4188: WSMPUTIL.JOBS_WITH_QTY_AT_FROM_OP (x_err_code => l_err_code,
4189: x_err_msg => l_err_text,
4190: p_operation_sequence_id => p_com_op_unexp_rec.Operation_Sequence_Id)
4191: THEN
4192: l_token_tbl(1).token_name := 'OP_SEQ_NUMBER';