DBA Data[Home] [Help]

APPS.PVX_MISC_PVT dependencies on PVX_UTILITY_PVT

Line 124: PVX_Utility_PVT.debug_message(l_full_name||': start');

120: --------------------- initialize -----------------------
121: SAVEPOINT Admin_Access;
122:
123: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
124: PVX_Utility_PVT.debug_message(l_full_name||': start');
125: END IF;
126:
127: IF FND_API.to_boolean(p_init_msg_list) THEN
128: FND_MSG_PUB.initialize;

Line 145: PVX_Utility_PVT.debug_message(l_full_name ||': create');

141:
142:
143: -------------------------- create --------------------------
144: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
145: PVX_Utility_PVT.debug_message(l_full_name ||': create');
146: END IF;
147:
148:
149:

Line 497: PVX_Utility_PVT.debug_message(l_full_name ||': end');

493: p_data => x_msg_data
494: );
495:
496: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
497: PVX_Utility_PVT.debug_message(l_full_name ||': end');
498: END IF;
499:
500:
501: EXCEPTION

Line 700: PVX_Utility_PVT.debug_message(l_full_name||': start');

696: --------------------- initialize -----------------------
697: SAVEPOINT Admin_Resource;
698:
699: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
700: PVX_Utility_PVT.debug_message(l_full_name||': start');
701: END IF;
702:
703: IF FND_API.to_boolean(p_init_msg_list) THEN
704: FND_MSG_PUB.initialize;

Line 746: PVX_Utility_PVT.debug_message(l_full_name ||': create');

742: -- Call the resource API to create the resource
743: if (p_mode <> 'UPDATE') then
744:
745: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
746: PVX_Utility_PVT.debug_message(l_full_name ||': create');
747: END IF;
748:
749: JTF_RS_RESOURCE_PUB.Create_Resource(
750: p_api_version => 1.0

Line 841: PVX_Utility_PVT.debug_message(l_full_name ||': x_return_status : ' || x_return_status);

837:
838: CLOSE cur_resource_address;
839:
840: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
841: PVX_Utility_PVT.debug_message(l_full_name ||': x_return_status : ' || x_return_status);
842: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_count : ' || x_msg_count);
843: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_data : ' || x_msg_data);
844: END IF;
845:

Line 842: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_count : ' || x_msg_count);

838: CLOSE cur_resource_address;
839:
840: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
841: PVX_Utility_PVT.debug_message(l_full_name ||': x_return_status : ' || x_return_status);
842: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_count : ' || x_msg_count);
843: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_data : ' || x_msg_data);
844: END IF;
845:
846:

Line 843: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_data : ' || x_msg_data);

839:
840: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
841: PVX_Utility_PVT.debug_message(l_full_name ||': x_return_status : ' || x_return_status);
842: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_count : ' || x_msg_count);
843: PVX_Utility_PVT.debug_message(l_full_name ||': x_msg_data : ' || x_msg_data);
844: END IF;
845:
846:
847: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 874: PVX_Utility_PVT.debug_message(l_full_name ||': end');

870: p_data => x_msg_data
871: );
872:
873: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
874: PVX_Utility_PVT.debug_message(l_full_name ||': end');
875: END IF;
876:
877: EXCEPTION
878:

Line 959: PVX_Utility_PVT.debug_message(l_full_name||': start');

955: --------------------- initialize -----------------------
956: SAVEPOINT Admin_Role;
957:
958: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
959: PVX_Utility_PVT.debug_message(l_full_name||': start');
960: END IF;
961:
962: IF FND_API.to_boolean(p_init_msg_list) THEN
963: FND_MSG_PUB.initialize;

Line 980: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Role_Relate');

976:
977:
978: -------------------------- create resource role relate --------------------------
979: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
980: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Role_Relate');
981: END IF;
982:
983: -- Get the role detail
984: OPEN c_role_detail(l_admin_rec.role_code);

Line 1035: PVX_Utility_PVT.debug_message(l_full_name ||': end');

1031: p_data => x_msg_data
1032: );
1033:
1034: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1035: PVX_Utility_PVT.debug_message(l_full_name ||': end');
1036: END IF;
1037:
1038: EXCEPTION
1039:

Line 1140: PVX_Utility_PVT.debug_message(l_full_name||': start');

1136: --------------------- initialize -----------------------
1137: SAVEPOINT Admin_Group;
1138:
1139: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1140: PVX_Utility_PVT.debug_message(l_full_name||': start');
1141: END IF;
1142:
1143: IF FND_API.to_boolean(p_init_msg_list) THEN
1144: FND_MSG_PUB.initialize;

Line 1161: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Group');

1157:
1158:
1159: -------------------------- create resource group --------------------------
1160: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1161: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Group');
1162: END IF;
1163:
1164: -- Get the party detail
1165: OPEN c_party_detail(l_admin_rec.partner_id);

Line 1219: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Group_Usage');

1215: END IF;
1216:
1217: -------------------------- create group usage --------------------------
1218: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1219: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Group_Usage');
1220: END IF;
1221:
1222: -- Call the Create_Group_Usage API to create the Group Usage
1223: JTF_RS_GROUP_USAGES_PUB.Create_Group_Usage(

Line 1253: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Group_Members');

1249: END IF;
1250:
1251: -------------------------- create resource group member --------------------------
1252: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1253: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Group_Members');
1254: END IF;
1255:
1256: -- Call the Create_Group_Usage API to create the Group Usage
1257: JTF_RS_GROUP_MEMBERS_PUB.Create_Resource_Group_Members(

Line 1304: PVX_Utility_PVT.debug_message(l_full_name ||': end');

1300: p_data => x_msg_data
1301: );
1302:
1303: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1304: PVX_Utility_PVT.debug_message(l_full_name ||': end');
1305: END IF;
1306:
1307: EXCEPTION
1308:

Line 1388: PVX_Utility_PVT.debug_message(l_full_name||': start');

1384: --------------------- initialize -----------------------
1385: SAVEPOINT Admin_Group_Member;
1386:
1387: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1388: PVX_Utility_PVT.debug_message(l_full_name||': start');
1389: END IF;
1390:
1391: IF FND_API.to_boolean(p_init_msg_list) THEN
1392: FND_MSG_PUB.initialize;

Line 1409: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Group_Members');

1405:
1406:
1407: -------------------------- create resource group member --------------------------
1408: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1409: PVX_Utility_PVT.debug_message(l_full_name ||': Create_Resource_Group_Members');
1410: END IF;
1411:
1412: -- Call the Create_Group_Usage API to create the Group Usage
1413: JTF_RS_GROUP_MEMBERS_PUB.Create_Resource_Group_Members(

Line 1457: PVX_Utility_PVT.debug_message(l_full_name ||': end');

1453: p_data => x_msg_data
1454: );
1455:
1456: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1457: PVX_Utility_PVT.debug_message(l_full_name ||': end');
1458: END IF;
1459:
1460: EXCEPTION
1461:

Line 1541: PVX_Utility_PVT.debug_message(l_full_name||': start');

1537: --------------------- initialize -----------------------
1538: SAVEPOINT Update_User;
1539:
1540: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1541: PVX_Utility_PVT.debug_message(l_full_name||': start');
1542: END IF;
1543:
1544: IF FND_API.to_boolean(p_init_msg_list) THEN
1545: FND_MSG_PUB.initialize;

Line 1562: PVX_Utility_PVT.debug_message(l_full_name ||': create');

1558:
1559:
1560: -------------------------- create --------------------------
1561: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1562: PVX_Utility_PVT.debug_message(l_full_name ||': create');
1563: END IF;
1564:
1565:
1566: -- If user_name IS NULL, raise an error

Line 1608: PVX_Utility_PVT.debug_message(l_full_name ||': end');

1604: p_data => x_msg_data
1605: );
1606:
1607: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1608: PVX_Utility_PVT.debug_message(l_full_name ||': end');
1609: END IF;
1610:
1611: EXCEPTION
1612:

Line 1706: PVX_Utility_PVT.debug_message(l_full_name||': start');

1702: --------------------- initialize -----------------------
1703: SAVEPOINT Disable_Responsibility;
1704:
1705: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1706: PVX_Utility_PVT.debug_message(l_full_name||': start');
1707: END IF;
1708:
1709: IF FND_API.to_boolean(p_init_msg_list) THEN
1710: FND_MSG_PUB.initialize;

Line 1727: PVX_Utility_PVT.debug_message(l_full_name ||': create');

1723:
1724:
1725: -------------------------- create --------------------------
1726: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1727: PVX_Utility_PVT.debug_message(l_full_name ||': create');
1728: END IF;
1729:
1730:
1731: -- Get the user and responsibility details

Line 1769: PVX_Utility_PVT.debug_message(l_full_name ||': end');

1765: p_data => x_msg_data
1766: );
1767:
1768: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
1769: PVX_Utility_PVT.debug_message(l_full_name ||': end');
1770: END IF;
1771:
1772: EXCEPTION
1773: