DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PATTR dependencies on FND_MSG_PUB

Line 3199: FND_MSG_PUB.Count_And_Get

3195: x_return_status := l_return_status;
3196:
3197: -- Get message count and data
3198:
3199: FND_MSG_PUB.Count_And_Get
3200: ( p_count => x_msg_count
3201: , p_data => x_msg_data
3202: );
3203:

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

3205: EXCEPTION
3206:
3207: WHEN OTHERS THEN
3208:
3209: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3210: THEN
3211: FND_MSG_PUB.Add_Exc_Msg
3212: ( G_PKG_NAME
3213: , 'Lock_Row'

Line 3211: FND_MSG_PUB.Add_Exc_Msg

3207: WHEN OTHERS THEN
3208:
3209: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3210: THEN
3211: FND_MSG_PUB.Add_Exc_Msg
3212: ( G_PKG_NAME
3213: , 'Lock_Row'
3214: );
3215: END IF;

Line 3221: FND_MSG_PUB.Count_And_Get

3217: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3218:
3219: -- Get message count and data
3220:
3221: FND_MSG_PUB.Count_And_Get
3222: ( p_count => x_msg_count
3223: , p_data => x_msg_data
3224: );
3225: