DBA Data[Home] [Help]

APPS.IGW_PROJECT_FUNDINGS_PVT dependencies on FND_MSG_PUB

Line 41: Fnd_Msg_Pub.Add;

37:
38: WHEN no_data_found THEN
39:
40: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
41: Fnd_Msg_Pub.Add;
42:
43: WHEN others THEN
44:
45: Fnd_Msg_Pub.Add_Exc_Msg

Line 45: Fnd_Msg_Pub.Add_Exc_Msg

41: Fnd_Msg_Pub.Add;
42:
43: WHEN others THEN
44:
45: Fnd_Msg_Pub.Add_Exc_Msg
46: (
47: p_pkg_name => G_PKG_NAME,
48: p_procedure_name => l_api_name
49: );

Line 106: Fnd_Msg_Pub.Add;

102:
103: WHEN no_data_found THEN
104:
105: Fnd_Message.Set_Name('IGW','IGW_SS_BUD_PROJECT_INVALID');
106: Fnd_Msg_Pub.Add;
107:
108: END;
109:
110: END IF;

Line 127: Fnd_Msg_Pub.Add;

123:
124: IF l_count_budget_entry_method > 1 THEN
125:
126: Fnd_Message.Set_Name('IGW','IGW_SS_MULT_BUD_ENTRY_METHODS');
127: Fnd_Msg_Pub.Add;
128: Return;
129:
130: END IF;
131:

Line 151: Fnd_Msg_Pub.Add;

147:
148: WHEN no_data_found THEN
149:
150: Fnd_Message.Set_Name('IGW','IGW_SS_BUD_TASK_INVALID');
151: Fnd_Msg_Pub.Add;
152:
153: END;
154:
155: END IF;

Line 161: Fnd_Msg_Pub.Add_Exc_Msg

157: EXCEPTION
158:
159: WHEN others THEN
160:
161: Fnd_Msg_Pub.Add_Exc_Msg
162: (
163: p_pkg_name => G_PKG_NAME,
164: p_procedure_name => l_api_name
165: );

Line 217: Fnd_Msg_Pub.Initialize;

213: x_return_status := Fnd_Api.G_Ret_Sts_Success;
214:
215: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
216:
217: Fnd_Msg_Pub.Initialize;
218:
219: END IF;
220:
221:

Line 238: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

234: ** Discontinue processing if any error has been encountered during
235: ** the earlier stages
236: */
237:
238: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
239:
240: RAISE Fnd_Api.G_Exc_Error;
241:
242: END IF;

Line 255: Fnd_Msg_Pub.Add;

251:
252: IF l_count > 0 THEN
253:
254: Fnd_Message.Set_Name('IGW','IGW_SS_PROJECT_FUNDING_LEVEL');
255: Fnd_Msg_Pub.Add;
256: RAISE Fnd_Api.G_Exc_Error;
257:
258: END IF;
259:

Line 306: Fnd_Msg_Pub.Count_And_Get

302: ROLLBACK TO Create_Project_Funding_Pvt;
303:
304: x_return_status := Fnd_Api.G_Ret_Sts_Error;
305:
306: Fnd_Msg_Pub.Count_And_Get
307: (
308: p_count => x_msg_count,
309: p_data => x_msg_data
310: );

Line 318: Fnd_Msg_Pub.Count_And_Get

314: ROLLBACK TO Create_Project_Funding_Pvt;
315:
316: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
317:
318: Fnd_Msg_Pub.Count_And_Get
319: (
320: p_count => x_msg_count,
321: p_data => x_msg_data
322: );

Line 330: Fnd_Msg_Pub.Add_Exc_Msg

326: ROLLBACK TO Create_Project_Funding_Pvt;
327:
328: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
329:
330: Fnd_Msg_Pub.Add_Exc_Msg
331: (
332: p_pkg_name => G_PKG_NAME,
333: p_procedure_name => l_api_name
334: );

Line 336: Fnd_Msg_Pub.Count_And_Get

332: p_pkg_name => G_PKG_NAME,
333: p_procedure_name => l_api_name
334: );
335:
336: Fnd_Msg_Pub.Count_And_Get
337: (
338: p_count => x_msg_count,
339: p_data => x_msg_data
340: );

Line 391: Fnd_Msg_Pub.Initialize;

387: x_return_status := Fnd_Api.G_Ret_Sts_Success;
388:
389: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
390:
391: Fnd_Msg_Pub.Initialize;
392:
393: END IF;
394:
395:

Line 406: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

402: p_task_number => p_task_number,
403: x_task_id => l_task_id
404: );
405:
406: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
407:
408: RAISE Fnd_Api.G_Exc_Error;
409:
410: END IF;

Line 424: Fnd_Msg_Pub.Add;

420:
421: IF l_count > 0 THEN
422:
423: Fnd_Message.Set_Name('IGW','IGW_SS_PROJECT_FUNDING_LEVEL');
424: Fnd_Msg_Pub.Add;
425: RAISE Fnd_Api.G_Exc_Error;
426:
427: END IF;
428:

Line 446: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

442: ** the earlier stages
443: */
444:
445:
446: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
447:
448: RAISE Fnd_Api.G_Exc_Error;
449:
450: END IF;

Line 500: Fnd_Msg_Pub.Count_And_Get

496: ROLLBACK TO Update_Project_Funding_Pvt;
497:
498: x_return_status := Fnd_Api.G_Ret_Sts_Error;
499:
500: Fnd_Msg_Pub.Count_And_Get
501: (
502: p_count => x_msg_count,
503: p_data => x_msg_data
504: );

Line 512: Fnd_Msg_Pub.Count_And_Get

508: ROLLBACK TO Update_Project_Funding_Pvt;
509:
510: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
511:
512: Fnd_Msg_Pub.Count_And_Get
513: (
514: p_count => x_msg_count,
515: p_data => x_msg_data
516: );

Line 524: Fnd_Msg_Pub.Add_Exc_Msg

520: ROLLBACK TO Update_Project_Funding_Pvt;
521:
522: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
523:
524: Fnd_Msg_Pub.Add_Exc_Msg
525: (
526: p_pkg_name => G_PKG_NAME,
527: p_procedure_name => l_api_name
528: );

Line 530: Fnd_Msg_Pub.Count_And_Get

526: p_pkg_name => G_PKG_NAME,
527: p_procedure_name => l_api_name
528: );
529:
530: Fnd_Msg_Pub.Count_And_Get
531: (
532: p_count => x_msg_count,
533: p_data => x_msg_data
534: );

Line 573: Fnd_Msg_Pub.Initialize;

569: x_return_status := Fnd_Api.G_Ret_Sts_Success;
570:
571: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
572:
573: Fnd_Msg_Pub.Initialize;
574:
575: END IF;
576:
577:

Line 593: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

589: ** Discontinue processing if any error has been encountered during
590: ** the earlier stages
591: */
592:
593: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
594:
595: RAISE Fnd_Api.G_Exc_Error;
596:
597: END IF;

Line 641: Fnd_Msg_Pub.Count_And_Get

637: ROLLBACK TO Delete_Project_Funding_Pvt;
638:
639: x_return_status := Fnd_Api.G_Ret_Sts_Error;
640:
641: Fnd_Msg_Pub.Count_And_Get
642: (
643: p_count => x_msg_count,
644: p_data => x_msg_data
645: );

Line 653: Fnd_Msg_Pub.Count_And_Get

649: ROLLBACK TO Delete_Project_Funding_Pvt;
650:
651: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
652:
653: Fnd_Msg_Pub.Count_And_Get
654: (
655: p_count => x_msg_count,
656: p_data => x_msg_data
657: );

Line 665: Fnd_Msg_Pub.Add_Exc_Msg

661: ROLLBACK TO Delete_Project_Funding_Pvt;
662:
663: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
664:
665: Fnd_Msg_Pub.Add_Exc_Msg
666: (
667: p_pkg_name => G_PKG_NAME,
668: p_procedure_name => l_api_name
669: );

Line 671: Fnd_Msg_Pub.Count_And_Get

667: p_pkg_name => G_PKG_NAME,
668: p_procedure_name => l_api_name
669: );
670:
671: Fnd_Msg_Pub.Count_And_Get
672: (
673: p_count => x_msg_count,
674: p_data => x_msg_data
675: );