DBA Data[Home] [Help]

APPS.INV_MGD_POSITIONS_PROC dependencies on FND_MESSAGE

Line 1235: FND_MESSAGE.set_name

1231:
1232: WHEN l_empty_data_set THEN
1233: x_return_status := FND_API.G_RET_STS_ERROR;
1234: -- generate proper error message
1235: FND_MESSAGE.set_name
1236: ( application => 'INV'
1237: , name => 'INV_MGD_IPBD_EMPTY_DATASET'
1238: );
1239: FND_MSG_PUB.Add;

Line 1249: FND_MESSAGE.set_name

1245:
1246: WHEN l_dupl_data_set_name THEN
1247: x_return_status := FND_API.G_RET_STS_ERROR;
1248: -- generate proper error message
1249: FND_MESSAGE.set_name
1250: ( application => 'INV'
1251: , name => 'INV_MGD_IPBD_DUPL_DATASET'
1252: );
1253: FND_MSG_PUB.Add;