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 836: OE_MSG_PUB.Update_Msg_Context

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

Line 886: OE_MSG_PUB.ADD;

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

Line 889: OE_MSG_PUB.Update_Msg_Context

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

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

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

Line 900: OE_MSG_PUB.Add_Exc_Msg

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