DBA Data[Home] [Help]

APPS.CSC_PROF_MODULE_GROUPS_PVT dependencies on FND_MSG_PUB

Line 160: FND_MSG_PUB.initialize;

156:
157: -- Initialize message list if p_init_msg_list is set to TRUE.
158: IF FND_API.to_Boolean( p_init_msg_list )
159: THEN
160: FND_MSG_PUB.initialize;
161: END IF;
162:
163:
164: -- Initialize API return status to SUCCESS

Line 228: FND_MSG_PUB.Count_And_Get

224: END IF;
225:
226:
227: -- Standard call to get message count and if count is 1, get message info.
228: FND_MSG_PUB.Count_And_Get
229: ( p_count => x_msg_count,
230: p_data => x_msg_data
231: );
232:

Line 247: FND_MSG_PUB.Build_Exc_Msg;

243:
244: WHEN OTHERS THEN
245: ROLLBACK TO CREATE_PROF_MODULE_GROUPS_PVT;
246: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
247: FND_MSG_PUB.Build_Exc_Msg;
248: APP_EXCEPTION.RAISE_EXCEPTION;
249: End Create_prof_module_groups;
250:
251:

Line 376: FND_MSG_PUB.initialize;

372:
373: -- Initialize message list if p_init_msg_list is set to TRUE.
374: IF FND_API.to_Boolean( p_init_msg_list )
375: THEN
376: FND_MSG_PUB.initialize;
377: END IF;
378:
379:
380:

Line 408: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR)

404: l_old_PROF_MODULE_GRP_rec.DASHBOARD_GROUP_ID;
405:
406: If ( C_Get_prof_module_groups%NOTFOUND) Then
407:
408: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR)
409: THEN
410: CSC_CORE_UTILS_PVT.RECORD_IS_LOCKED_MSG(p_Api_Name => l_api_name);
411: END IF;
412: raise FND_API.G_EXC_ERROR;

Line 488: FND_MSG_PUB.Count_And_Get

484: END IF;
485:
486:
487: -- Standard call to get message count and if count is 1, get message info.
488: FND_MSG_PUB.Count_And_Get
489: ( p_count => x_msg_count,
490: p_data => x_msg_data
491: );
492:

Line 507: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

503:
504: WHEN OTHERS THEN
505: ROLLBACK TO UPDATE_PROF_MODULE_GROUPS_PVT;
506: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
507: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
508: THEN
509: FND_MSG_PUB.Build_Exc_Msg(G_PKG_NAME, l_api_name);
510: END IF;
511: APP_EXCEPTION.RAISE_EXCEPTION;

Line 509: FND_MSG_PUB.Build_Exc_Msg(G_PKG_NAME, l_api_name);

505: ROLLBACK TO UPDATE_PROF_MODULE_GROUPS_PVT;
506: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
507: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
508: THEN
509: FND_MSG_PUB.Build_Exc_Msg(G_PKG_NAME, l_api_name);
510: END IF;
511: APP_EXCEPTION.RAISE_EXCEPTION;
512: End Update_prof_module_groups;
513:

Line 546: FND_MSG_PUB.initialize;

542:
543: -- Initialize message list if p_init_msg_list is set to TRUE.
544: IF FND_API.to_Boolean( p_init_msg_list )
545: THEN
546: FND_MSG_PUB.initialize;
547: END IF;
548:
549:
550: -- Initialize API return status to SUCCESS

Line 569: FND_MSG_PUB.Count_And_Get

565:
566:
567:
568: -- Standard call to get message count and if count is 1, get message info.
569: FND_MSG_PUB.Count_And_Get
570: ( p_count => x_msg_count,
571: p_data => x_msg_data
572: );
573:

Line 588: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

584:
585: WHEN OTHERS THEN
586: ROLLBACK TO DELETE_PROF_MODULE_GROUPS_PVT;
587: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
588: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
589: THEN
590: FND_MSG_PUB.Build_Exc_Msg(G_PKG_NAME,l_api_name);
591: END IF ;
592: APP_EXCEPTION.RAISE_EXCEPTION;

Line 590: FND_MSG_PUB.Build_Exc_Msg(G_PKG_NAME,l_api_name);

586: ROLLBACK TO DELETE_PROF_MODULE_GROUPS_PVT;
587: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
588: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
589: THEN
590: FND_MSG_PUB.Build_Exc_Msg(G_PKG_NAME,l_api_name);
591: END IF ;
592: APP_EXCEPTION.RAISE_EXCEPTION;
593: End Delete_prof_module_groups;
594:

Line 613: FND_MSG_PUB.initialize;

609:
610: -- Initialize message list if p_init_msg_list is set to TRUE.
611: IF FND_API.to_Boolean( p_init_msg_list )
612: THEN
613: FND_MSG_PUB.initialize;
614: END IF;
615:
616:
617: -- Initialize API return status to SUCCESS

Line 643: FND_MSG_PUB.Count_And_Get

639: END IF;
640: END IF;
641:
642: -- Standard call to get message count and if count is 1, get message info.
643: FND_MSG_PUB.Count_And_Get
644: ( p_count => x_msg_count,
645: p_data => x_msg_data
646: );
647:

Line 675: FND_MSG_PUB.initialize;

671:
672: -- Initialize message list if p_init_msg_list is set to TRUE.
673: IF FND_API.to_Boolean( p_init_msg_list )
674: THEN
675: FND_MSG_PUB.initialize;
676: END IF;
677:
678: -- Initialize API return status to SUCCESS
679: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 696: FND_MSG_PUB.Count_And_Get

692: Close C1;
693: END IF;
694:
695: -- Standard call to get message count and if count is 1, get message info.
696: FND_MSG_PUB.Count_And_Get
697: ( p_count => x_msg_count,
698: p_data => x_msg_data
699: );
700:

Line 726: FND_MSG_PUB.initialize;

722:
723: -- Initialize message list if p_init_msg_list is set to TRUE.
724: IF FND_API.to_Boolean( p_init_msg_list )
725: THEN
726: FND_MSG_PUB.initialize;
727: END IF;
728:
729: -- Initialize API return status to SUCCESS
730: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 747: FND_MSG_PUB.Count_And_Get

743: Close C1;
744: END IF;
745:
746: -- Standard call to get message count and if count is 1, get message info.
747: FND_MSG_PUB.Count_And_Get
748: ( p_count => x_msg_count,
749: p_data => x_msg_data
750: );
751:

Line 774: FND_MSG_PUB.initialize;

770:
771: -- Initialize message list if p_init_msg_list is set to TRUE.
772: IF FND_API.to_Boolean( p_init_msg_list )
773: THEN
774: FND_MSG_PUB.initialize;
775: END IF;
776:
777:
778: -- Initialize API return status to SUCCESS

Line 798: FND_MSG_PUB.Count_And_Get

794: close C1;
795: END IF;
796:
797: -- Standard call to get message count and if count is 1, get message info.
798: FND_MSG_PUB.Count_And_Get
799: ( p_count => x_msg_count,
800: p_data => x_msg_data
801: );
802:

Line 821: FND_MSG_PUB.initialize;

817:
818: -- Initialize message list if p_init_msg_list is set to TRUE.
819: IF FND_API.to_Boolean( p_init_msg_list )
820: THEN
821: FND_MSG_PUB.initialize;
822: END IF;
823:
824:
825: -- Initialize API return status to SUCCESS

Line 863: FND_MSG_PUB.Count_And_Get

859: END IF;
860: END IF;
861:
862: -- Standard call to get message count and if count is 1, get message info.
863: FND_MSG_PUB.Count_And_Get
864: ( p_count => x_msg_count,
865: p_data => x_msg_data
866: );
867:

Line 900: FND_MSG_PUB.initialize;

896:
897: -- Initialize message list if p_init_msg_list is set to TRUE.
898: IF FND_API.to_Boolean( p_init_msg_list )
899: THEN
900: FND_MSG_PUB.initialize;
901: END IF;
902:
903:
904: -- Initialize API return status to SUCCESS

Line 956: FND_MSG_PUB.Count_And_Get

952: END IF;
953: END IF;
954:
955: -- Standard call to get message count and if count is 1, get message info.
956: FND_MSG_PUB.Count_And_Get
957: ( p_count => x_msg_count,
958: p_data => x_msg_data
959: );
960:

Line 981: FND_MSG_PUB.initialize;

977: /*
978: -- Initialize message list if p_init_msg_list is set to TRUE.
979: IF FND_API.to_Boolean( p_init_msg_list )
980: THEN
981: FND_MSG_PUB.initialize;
982: END IF;
983:
984:
985: -- Initialize API return status to SUCCESS

Line 1034: FND_MSG_PUB.Count_And_Get

1030: END IF;
1031:
1032:
1033: -- Standard call to get message count and if count is 1, get message info.
1034: FND_MSG_PUB.Count_And_Get
1035: ( p_count => x_msg_count,
1036: p_data => x_msg_data
1037: );
1038: */

Line 1058: FND_MSG_PUB.initialize;

1054:
1055: -- Initialize message list if p_init_msg_list is set to TRUE.
1056: IF FND_API.to_Boolean( p_init_msg_list )
1057: THEN
1058: FND_MSG_PUB.initialize;
1059: END IF;
1060:
1061:
1062: -- Initialize API return status to SUCCESS

Line 1082: FND_MSG_PUB.Count_And_Get

1078:
1079: END IF;
1080: END IF;
1081: -- Standard call to get message count and if count is 1, get message info.
1082: FND_MSG_PUB.Count_And_Get
1083: ( p_count => x_msg_count,
1084: p_data => x_msg_data
1085: );
1086:

Line 1140: FND_MSG_PUB.initialize;

1136:
1137: -- Initialize message list if p_init_msg_list is set to TRUE.
1138: IF FND_API.to_Boolean( p_init_msg_list )
1139: THEN
1140: FND_MSG_PUB.initialize;
1141: END IF;
1142:
1143:
1144: -- Initialize API return status to SUCCESS

Line 1194: FND_MSG_PUB.Count_And_Get

1190:
1191: end if;
1192:
1193: -- Standard call to get message count and if count is 1, get message info.
1194: FND_MSG_PUB.Count_And_Get
1195: ( p_count => x_msg_count,
1196: p_data => x_msg_data
1197: );
1198:

Line 1231: FND_MSG_PUB.initialize;

1227:
1228: -- Initialize message list if p_init_msg_list is set to TRUE.
1229: IF FND_API.to_Boolean( p_init_msg_list )
1230: THEN
1231: FND_MSG_PUB.initialize;
1232: END IF;
1233:
1234:
1235: -- Initialize API return status to SUCCESS

Line 1280: FND_MSG_PUB.Count_And_Get

1276: END IF;
1277: END IF;
1278:
1279: -- Standard call to get message count and if count is 1, get message info.
1280: FND_MSG_PUB.Count_And_Get
1281: ( p_count => x_msg_count,
1282: p_data => x_msg_data
1283: );
1284: