DBA Data[Home] [Help]

APPS.PA_FCST_GLOBAL dependencies on FND_MSG_PUB

Line 59: FND_MSG_PUB.initialize;

55:
56: --Clear the global PL/SQL message table
57:
58: IF FND_API.TO_BOOLEAN( l_init_msg_list ) THEN
59: FND_MSG_PUB.initialize;
60: END IF;
61:
62:
63: /* Initializing Global variable */

Line 145: l_msg_count := FND_MSG_PUB.count_msg;

141: p_msg_name => 'PA_UNDEFINED_PROFILES',
142: p_token1 => 'PROFILES',
143: p_value1 => l_user_profile_option_name1);
144:
145: l_msg_count := FND_MSG_PUB.count_msg;
146: if l_msg_count > 0 then
147: if l_msg_count = 1 then
148: PA_INTERFACE_UTILS_PUB.get_messages
149: (p_encoded => FND_API.G_TRUE,

Line 228: l_msg_count := FND_MSG_PUB.count_msg;

224: p_msg_name => 'PA_INCORRECT_MO_OPERATING_UNIT');
225:
226: END IF;
227:
228: l_msg_count := FND_MSG_PUB.count_msg;
229: if l_msg_count > 0 then
230: if l_msg_count = 1 then
231: PA_INTERFACE_UTILS_PUB.get_messages
232: (p_encoded => FND_API.G_TRUE,

Line 282: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',

278: WHEN OTHERS THEN
279: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
280: x_msg_count := 1;
281: x_msg_data := SQLERRM;
282: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',
283: p_procedure_name => 'GetDefaultValue');
284:
285: END GetDefaultValue;
286:

Line 321: FND_MSG_PUB.initialize;

317:
318: --Clear the global PL/SQL message table
319:
320: IF FND_API.TO_BOOLEAN( l_init_msg_list ) THEN
321: FND_MSG_PUB.initialize;
322: END IF;
323:
324: BEGIN
325: /* NPE Changes - The MO: Operating Unit should be checked here .

Line 386: l_msg_count := FND_MSG_PUB.count_msg;

382: p_msg_name => 'PA_UNDEFINED_PROFILES',
383: p_token1 => 'PROFILES',
384: p_value1 => l_user_profile_option_name1);
385:
386: l_msg_count := FND_MSG_PUB.count_msg;
387: if l_msg_count > 0 then
388: if l_msg_count = 1 then
389: PA_INTERFACE_UTILS_PUB.get_messages
390: (p_encoded => FND_API.G_TRUE,

Line 458: l_msg_count := FND_MSG_PUB.count_msg;

454: p_msg_name => 'PA_INCORRECT_MO_OPERATING_UNIT');
455:
456: END IF;
457:
458: l_msg_count := FND_MSG_PUB.count_msg;
459: if l_msg_count > 0 then
460: if l_msg_count = 1 then
461: PA_INTERFACE_UTILS_PUB.get_messages
462: (p_encoded => FND_API.G_TRUE,

Line 486: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',

482: WHEN OTHERS THEN
483: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
484: x_msg_count := 1;
485: x_msg_data := SQLERRM;
486: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',
487: p_procedure_name => 'pa_fcst_proj_get_default');
488:
489: END pa_fcst_proj_get_default;
490:

Line 536: FND_MSG_PUB.initialize;

532:
533: --Clear the global PL/SQL message table
534:
535: IF FND_API.TO_BOOLEAN( l_init_msg_list ) THEN
536: FND_MSG_PUB.initialize;
537: END IF;
538: /* Populate the Period Temp Table */
539: Populate_Fcst_Periods;
540:

Line 642: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',

638: WHEN OTHERS THEN
639: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
640: x_msg_count := 1;
641: x_msg_data := SQLERRM;
642: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',
643: p_procedure_name => 'Set_CrossProject_GlobalValue');
644:
645: END Set_CrossProject_GlobalValue;
646:

Line 691: FND_MSG_PUB.initialize;

687:
688: --Clear the global PL/SQL message table
689:
690: IF FND_API.TO_BOOLEAN( l_init_msg_list ) THEN
691: FND_MSG_PUB.initialize;
692: END IF;
693:
694:
695: pa_fcst_global.Global_ProjectId := p_project_id;

Line 813: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',

809: WHEN OTHERS THEN
810: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
811: x_msg_count := 1;
812: x_msg_data := SQLERRM;
813: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',
814: p_procedure_name => 'Set_Project_GlobalValue');
815:
816: END Set_Project_GlobalValue;
817:

Line 890: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',

886: WHEN OTHERS THEN
887: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
888: x_msg_count := 1;
889: x_msg_data := SQLERRM;
890: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FCST_GLOBAL',
891: p_procedure_name => 'Get_Project_Info');
892:
893: END Get_Project_Info;
894: