DBA Data[Home] [Help]

APPS.BOM_VALIDATE_OP_SEQ dependencies on WSMPUTIL

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

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

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

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