DBA Data[Home] [Help]

APPS.OE_PC_CONSTRAINTS_ADMIN_PUB dependencies on OE_MSG_PUB

Line 687: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

683: WHEN OTHERS THEN
684:
685: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
686:
687: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
688: THEN
689: OE_MSG_PUB.Add_Exc_Msg
690: ( G_PKG_NAME
691: , 'Get_Authorized_WF_Roles'

Line 689: OE_MSG_PUB.Add_Exc_Msg

685: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
686:
687: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
688: THEN
689: OE_MSG_PUB.Add_Exc_Msg
690: ( G_PKG_NAME
691: , 'Get_Authorized_WF_Roles'
692: );
693: END IF;

Line 837: OE_MSG_PUB.Update_Msg_Context

833: END IF;
834:
835: END IF;
836:
837: OE_MSG_PUB.Update_Msg_Context
838: ( p_entity_code => l_entity_code
839: , p_constraint_id => p_constraint_id );
840:
841: -- Set the attribute name, object name tokens.

Line 887: OE_MSG_PUB.ADD;

883: FND_MESSAGE.SET_TOKEN('REASON',l_reason);
884:
885: END IF; -- Add REASON token Only if group_number(set of conditions exists)
886:
887: OE_MSG_PUB.ADD;
888:
889: -- set constraint ID to null on the message context.
890: OE_MSG_PUB.Update_Msg_Context
891: ( p_entity_code => l_entity_code

Line 890: OE_MSG_PUB.Update_Msg_Context

886:
887: OE_MSG_PUB.ADD;
888:
889: -- set constraint ID to null on the message context.
890: OE_MSG_PUB.Update_Msg_Context
891: ( p_entity_code => l_entity_code
892: , p_constraint_id => null );
893:
894:

Line 899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

895: END IF;
896:
897: EXCEPTION
898: WHEN OTHERS THEN
899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
900: THEN
901: OE_MSG_PUB.Add_Exc_Msg
902: ( G_PKG_NAME
903: , 'Add_Constraint_Message'

Line 901: OE_MSG_PUB.Add_Exc_Msg

897: EXCEPTION
898: WHEN OTHERS THEN
899: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
900: THEN
901: OE_MSG_PUB.Add_Exc_Msg
902: ( G_PKG_NAME
903: , 'Add_Constraint_Message'
904: );
905: END IF;