DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER_PATTR dependencies on FND_MSG_PUB

Line 2899: FND_MSG_PUB.Count_And_Get

2895: x_return_status := l_return_status;
2896:
2897: -- Get message count and data
2898:
2899: FND_MSG_PUB.Count_And_Get
2900: ( p_count => x_msg_count
2901: , p_data => x_msg_data
2902: );
2903:

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

2905: EXCEPTION
2906:
2907: WHEN OTHERS THEN
2908:
2909: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2910: THEN
2911: FND_MSG_PUB.Add_Exc_Msg
2912: ( G_PKG_NAME
2913: , 'Lock_Row'

Line 2911: FND_MSG_PUB.Add_Exc_Msg

2907: WHEN OTHERS THEN
2908:
2909: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2910: THEN
2911: FND_MSG_PUB.Add_Exc_Msg
2912: ( G_PKG_NAME
2913: , 'Lock_Row'
2914: );
2915: END IF;

Line 2921: FND_MSG_PUB.Count_And_Get

2917: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2918:
2919: -- Get message count and data
2920:
2921: FND_MSG_PUB.Count_And_Get
2922: ( p_count => x_msg_count
2923: , p_data => x_msg_data
2924: );
2925: