DBA Data[Home] [Help]

APPS.BOM_OP_RES_UTIL dependencies on FND_MSG_PUB

Line 556: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

552: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
553: ('Unexpected Error occured in Insert . . .' || SQLERRM);
554: END IF;
555:
556: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
557: THEN
558: l_err_text := G_PKG_NAME || ' : Utility (Op Resource Insert) ' ||
559: SUBSTR(SQLERRM, 1, 200);
560:

Line 657: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

653: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
654: ('Unexpected Error occured in Update . . .' || SQLERRM);
655: END IF;
656:
657: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
658: THEN
659: l_err_text := G_PKG_NAME || ' : Utility (Op Resource Update) ' ||
660: SUBSTR(SQLERRM, 1, 200);
661: Error_Handler.Add_Error_Token

Line 729: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)

725: AND sor.substitute_group_num = nvl(p_rev_op_resource_rec.substitute_group_number, p_rev_op_res_unexp_rec.substitute_group_number)
726: AND sor.operation_sequence_id = p_rev_op_res_unexp_rec.operation_sequence_id ;
727:
728: IF SQL%FOUND THEN
729: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)
730: -- This is a warning.
731: THEN
732: l_token_tbl(1).token_name := 'RES_SEQ_NUMBER';
733: l_token_tbl(1).token_value := p_rev_op_resource_rec.resource_sequence_number ;

Line 758: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

754: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
755: ('Unexpected Error occured in Delete . . .' || SQLERRM);
756: END IF;
757:
758: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
759: THEN
760: l_err_text := G_PKG_NAME || ' : Utility (Op Resource Delete) ' ||
761: SUBSTR(SQLERRM, 1, 200);
762: -- dbms_output.put_line('Unexpected Error: '||l_err_text);