DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on FND_MSG_PUB

Line 442: FND_MSG_PUB.initialize;

438:
439: -- 3831449: pass 'GENERATE' as p_calling_context parameter to Create Version API
440:
441: /* Reseting lx_budget_version_id and lx_proj_fp_option_id Bug 4029915 */
442: FND_MSG_PUB.initialize;
443: lx_budget_version_id := NULL;
444: lx_proj_fp_option_id := NULL;
445:
446: BEGIN

Line 493: l_msg_count := FND_MSG_PUB.Count_Msg;

489: END IF;
490:
491: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
492: l_generation_flag := 'N';
493: l_msg_count := FND_MSG_PUB.Count_Msg;
494: IF p_pa_debug_mode = 'Y' THEN
495: pa_fp_gen_amount_utils.fp_debug
496: (p_called_mode => l_called_mode,
497: p_msg =>

Line 1274: l_msg_count := FND_MSG_PUB.Count_Msg;

1270: l_gen_api_call_flag := 'N';
1271: END IF;
1272:
1273: IF l_gen_api_call_flag = 'N' THEN
1274: l_msg_count := FND_MSG_PUB.Count_Msg;
1275: IF p_pa_debug_mode = 'Y' THEN
1276: pa_fp_gen_amount_utils.fp_debug
1277: (p_called_mode => l_called_mode,
1278: p_msg =>

Line 1335: l_msg_count := FND_MSG_PUB.Count_Msg;

1331: -- gboomina added for AAI requirements 8318932 - start
1332: -- Added code to handle error after processing each plan type
1333: END IF;
1334: IF l_plan_type_validated = 'N' THEN
1335: l_msg_count := FND_MSG_PUB.Count_Msg;
1336: IF p_pa_debug_mode = 'Y' THEN
1337: pa_fp_gen_amount_utils.fp_debug
1338: (p_called_mode => l_called_mode,
1339: p_msg =>

Line 1393: l_msg_count := FND_MSG_PUB.count_msg;

1389: END IF;
1390: EXCEPTION
1391: WHEN PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc THEN
1392: -- hr_utility.trace('Inside invalid arg Ex');
1393: l_msg_count := FND_MSG_PUB.count_msg;
1394: IF l_msg_count = 1 THEN
1395: PA_INTERFACE_UTILS_PUB.get_messages
1396: ( p_encoded => FND_API.G_TRUE,
1397: p_msg_index => 1,

Line 1439: FND_MSG_PUB.add_exc_msg

1435: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1436: l_msg_count := 1;
1437: l_msg_data := substr(sqlerrm,1,240);
1438: --dbms_output.put_line('error msg :'||x_msg_data);
1439: FND_MSG_PUB.add_exc_msg
1440: ( p_pkg_name => ' PA_FP_GEN_AMT_WRP_PKG',
1441: p_procedure_name => 'GEN_AMT_WRP',
1442: p_error_text => substr(sqlerrm,1,240));
1443: IF P_PA_DEBUG_MODE = 'Y' THEN