DBA Data[Home] [Help]

APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on FND_MSG_PUB

Line 92: FND_MSG_PUB.initialize;

88: -- Create CLOB object to store AML data
89: DBMS_LOB.createtemporary(l_xml_doc, TRUE);
90:
91: -- Initialize message stack
92: FND_MSG_PUB.initialize;
93:
94: ------------------------------------------------------------------
95: -- Populate temporary table for given PAC CostType and CostGroup
96: ------------------------------------------------------------------

Line 211: fnd_msg_pub.add_exc_msg(

207: EXCEPTION
208: WHEN fnd_api.g_exc_unexpected_error THEN
209:
210: IF l_exceptionlog THEN
211: fnd_msg_pub.add_exc_msg(
212: p_pkg_name => 'CST_PAC_WIP_Value_Report_PVT',
213: p_procedure_name => 'Generate_XMLData',
214: p_error_text => 'An exception has occurred.'
215: );

Line 228: fnd_msg_pub.add;

224: WHEN OTHERS THEN
225: IF l_uLog THEN
226: fnd_message.set_name('BOM','CST_UNEXPECTED');
227: fnd_message.set_token('SQLERRM',SQLERRM);
228: fnd_msg_pub.add;
229: fnd_log.message(
230: fnd_log.level_unexpected,
231: l_module||'.'||l_stmt_num,
232: FALSE

Line 419: fnd_msg_pub.add_exc_msg(

415: WHEN fnd_api.g_exc_unexpected_error THEN
416: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
417:
418: IF l_exceptionlog THEN
419: fnd_msg_pub.add_exc_msg(
420: p_pkg_name => 'CST_PAC_WIP_Value_Report_PVT',
421: p_procedure_name => 'Display_Parameters',
422: p_error_text => 'An exception has occurred.'
423: );

Line 742: fnd_msg_pub.add_exc_msg(

738: WHEN fnd_api.g_exc_unexpected_error THEN
739: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
740:
741: IF l_exceptionlog THEN
742: fnd_msg_pub.add_exc_msg(
743: p_pkg_name => 'CST_PAC_WIP_Value_Report_PVT',
744: p_procedure_name => 'Periodic_WIP_Value_Rpt_Details',
745: p_error_text => 'An exception has occurred.'
746: );

Line 1072: fnd_msg_pub.add_exc_msg(

1068: WHEN fnd_api.g_exc_unexpected_error THEN
1069: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1070:
1071: IF l_exceptionlog THEN
1072: fnd_msg_pub.add_exc_msg(
1073: p_pkg_name => 'CST_PAC_WIP_Value_Report_PVT',
1074: p_procedure_name => 'Get_XMLData',
1075: p_error_text => 'An exception has occurred.'
1076: );