DBA Data[Home] [Help]

APPS.PA_PURGE_PUB dependencies on PA_UTILS

Line 84: PA_UTILS.ADD_MESSAGE

80: pa_debug.write('PA_PURGE_PUB.START_PROCESS',pa_debug.g_err_stage,l_debug_level3);
81: END IF;
82:
83: l_return_status := FND_API.G_RET_STS_ERROR;
84: PA_UTILS.ADD_MESSAGE
85: (p_app_short_name => 'PA',
86: p_msg_name => 'PA_INV_PARAM_PASSED');
87: RAISE Invalid_Arg_Exc_Pjr;
88: END IF;