DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on FND_MSG_PUB

Line 362: FND_MSG_PUB.initialize;

358:
359: -- 3831449: pass 'GENERATE' as p_calling_context parameter to Create Version API
360:
361: /* Reseting lx_budget_version_id and lx_proj_fp_option_id Bug 4029915 */
362: FND_MSG_PUB.initialize;
363: lx_budget_version_id := NULL;
364: lx_proj_fp_option_id := NULL;
365:
366: /* The hard-coded values Project Name and the Financial Plan Type

Line 427: l_msg_count := FND_MSG_PUB.Count_Msg;

423: END IF;
424:
425: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
426: l_generation_flag := 'N';
427: l_msg_count := FND_MSG_PUB.Count_Msg;
428: IF p_pa_debug_mode = 'Y' THEN
429: pa_fp_gen_amount_utils.fp_debug
430: (p_called_mode => l_called_mode,
431: p_msg =>

Line 1130: l_msg_count := FND_MSG_PUB.Count_Msg;

1126: l_gen_api_call_flag := 'N';
1127: END IF;
1128:
1129: IF l_gen_api_call_flag = 'N' THEN
1130: l_msg_count := FND_MSG_PUB.Count_Msg;
1131: IF p_pa_debug_mode = 'Y' THEN
1132: pa_fp_gen_amount_utils.fp_debug
1133: (p_called_mode => l_called_mode,
1134: p_msg =>

Line 1197: l_msg_count := FND_MSG_PUB.count_msg;

1193: END IF;
1194: EXCEPTION
1195: WHEN PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc THEN
1196: -- hr_utility.trace('Inside invalid arg Ex');
1197: l_msg_count := FND_MSG_PUB.count_msg;
1198: IF l_msg_count = 1 THEN
1199: PA_INTERFACE_UTILS_PUB.get_messages
1200: ( p_encoded => FND_API.G_TRUE,
1201: p_msg_index => 1,

Line 1243: FND_MSG_PUB.add_exc_msg

1239: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1240: l_msg_count := 1;
1241: l_msg_data := substr(sqlerrm,1,240);
1242: --dbms_output.put_line('error msg :'||x_msg_data);
1243: FND_MSG_PUB.add_exc_msg
1244: ( p_pkg_name => ' PA_FP_GEN_AMT_WRP_PKG',
1245: p_procedure_name => 'GEN_AMT_WRP',
1246: p_error_text => substr(sqlerrm,1,240));
1247: IF P_PA_DEBUG_MODE = 'Y' THEN