DBA Data[Home] [Help]

APPS.PA_RESOURCE_MAPPING dependencies on FND_MSG_PUB

Line 1492: x_msg_count := FND_MSG_PUB.Count_Msg;

1488:
1489: END LOOP;--end cursor loop resource_classes
1490:
1491:
1492: x_msg_count := FND_MSG_PUB.Count_Msg;
1493:
1494: EXCEPTION
1495: WHEN OTHERS THEN
1496: x_msg_data :=SQLERRM();

Line 1498: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_RESOURCE_MAPPING'

1494: EXCEPTION
1495: WHEN OTHERS THEN
1496: x_msg_data :=SQLERRM();
1497:
1498: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_RESOURCE_MAPPING'
1499: , p_procedure_name => 'MAP_RESOURCE_LIST');
1500:
1501: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
1502: