DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER_SCREDIT dependencies on OE_MSG_PUB

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

130: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
131:
132: WHEN OTHERS THEN
133:
134: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
135: THEN
136: OE_MSG_PUB.Add_Exc_Msg
137: ( G_PKG_NAME
138: , 'Attributes'

Line 136: OE_MSG_PUB.Add_Exc_Msg

132: WHEN OTHERS THEN
133:
134: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
135: THEN
136: OE_MSG_PUB.Add_Exc_Msg
137: ( G_PKG_NAME
138: , 'Attributes'
139: );
140: END IF;