DBA Data[Home] [Help]

APPS.PA_RESOURCE_MAPPING dependencies on FND_MSG_PUB

Line 1232: x_msg_count := FND_MSG_PUB.Count_Msg;

1228:
1229: END LOOP;--end cursor loop resource_classes
1230:
1231:
1232: x_msg_count := FND_MSG_PUB.Count_Msg;
1233:
1234: EXCEPTION
1235: WHEN OTHERS THEN
1236: x_msg_data :=SQLERRM();

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

1234: EXCEPTION
1235: WHEN OTHERS THEN
1236: x_msg_data :=SQLERRM();
1237:
1238: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_RESOURCE_MAPPING'
1239: , p_procedure_name => 'MAP_RESOURCE_LIST');
1240:
1241: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
1242: