DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_RS_GROUP_MEMBERS_PVT

Line 1: PACKAGE BODY jtf_rs_group_members_pvt AS

1: PACKAGE BODY jtf_rs_group_members_pvt AS
2: /* $Header: jtfrsvmb.pls 120.0 2005/05/11 08:23:08 appldev ship $ */
3:
4: /*****************************************************************************************
5: This private package body defines the procedures for managing resource group members,

Line 16: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_GROUP_MEMBERS_PVT';

12: ******************************************************************************************/
13:
14: /* Package variables. */
15:
16: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_GROUP_MEMBERS_PVT';
17:
18:
19: /*Procedure to assign value to the global variable */
20: PROCEDURE assign_value_to_global

Line 48: jtf_rs_group_members_pvt.g_moved_fr_group_id := p_group_id;

44: fnd_msg_pub.initialize;
45: END IF;
46:
47: --assign the value;
48: jtf_rs_group_members_pvt.g_moved_fr_group_id := p_group_id;
49:
50: EXCEPTION
51: WHEN OTHERS THEN
52: ROLLBACK TO assign_value_sp;

Line 166: 'JTF_RS_GROUP_MEMBERS_PVT',

162:
163: /* Pre Call to the Customer Type User Hook */
164:
165: IF jtf_resource_utl.ok_to_execute(
166: 'JTF_RS_GROUP_MEMBERS_PVT',
167: 'CREATE_RESOURCE_GROUP_MEMBERS',
168: 'B',
169: 'C')
170: THEN

Line 172: 'JTF_RS_GROUP_MEMBERS_PVT',

168: 'B',
169: 'C')
170: THEN
171: IF jtf_usr_hks.ok_to_execute(
172: 'JTF_RS_GROUP_MEMBERS_PVT',
173: 'CREATE_RESOURCE_GROUP_MEMBERS',
174: 'B',
175: 'C')
176: THEN

Line 205: 'JTF_RS_GROUP_MEMBERS_PVT',

201:
202: /* Pre Call to the Vertical Type User Hook */
203:
204: IF jtf_resource_utl.ok_to_execute(
205: 'JTF_RS_GROUP_MEMBERS_PVT',
206: 'CREATE_RESOURCE_GROUP_MEMBERS',
207: 'B',
208: 'V')
209: THEN

Line 211: 'JTF_RS_GROUP_MEMBERS_PVT',

207: 'B',
208: 'V')
209: THEN
210: IF jtf_usr_hks.ok_to_execute(
211: 'JTF_RS_GROUP_MEMBERS_PVT',
212: 'CREATE_RESOURCE_GROUP_MEMBERS',
213: 'B',
214: 'V')
215: THEN

Line 244: 'JTF_RS_GROUP_MEMBERS_PVT',

240:
241: /* Pre Call to the Internal Type User Hook */
242:
243: IF jtf_resource_utl.ok_to_execute(
244: 'JTF_RS_GROUP_MEMBERS_PVT',
245: 'CREATE_RESOURCE_GROUP_MEMBERS',
246: 'B',
247: 'I')
248: THEN

Line 250: 'JTF_RS_GROUP_MEMBERS_PVT',

246: 'B',
247: 'I')
248: THEN
249: IF jtf_usr_hks.ok_to_execute(
250: 'JTF_RS_GROUP_MEMBERS_PVT',
251: 'CREATE_RESOURCE_GROUP_MEMBERS',
252: 'B',
253: 'I')
254: THEN

Line 491: 'JTF_RS_GROUP_MEMBERS_PVT',

487:
488: /* Post Call to the Customer Type User Hook */
489:
490: IF jtf_resource_utl.ok_to_execute(
491: 'JTF_RS_GROUP_MEMBERS_PVT',
492: 'CREATE_RESOURCE_GROUP_MEMBERS',
493: 'A',
494: 'C')
495: THEN

Line 497: 'JTF_RS_GROUP_MEMBERS_PVT',

493: 'A',
494: 'C')
495: THEN
496: IF jtf_usr_hks.ok_to_execute(
497: 'JTF_RS_GROUP_MEMBERS_PVT',
498: 'CREATE_RESOURCE_GROUP_MEMBERS',
499: 'A',
500: 'C')
501: THEN

Line 532: 'JTF_RS_GROUP_MEMBERS_PVT',

528:
529: /* Post Call to the Vertical Type User Hook */
530:
531: IF jtf_resource_utl.ok_to_execute(
532: 'JTF_RS_GROUP_MEMBERS_PVT',
533: 'CREATE_RESOURCE_GROUP_MEMBERS',
534: 'A',
535: 'V')
536: THEN

Line 538: 'JTF_RS_GROUP_MEMBERS_PVT',

534: 'A',
535: 'V')
536: THEN
537: IF jtf_usr_hks.ok_to_execute(
538: 'JTF_RS_GROUP_MEMBERS_PVT',
539: 'CREATE_RESOURCE_GROUP_MEMBERS',
540: 'A',
541: 'V')
542: THEN

Line 574: 'JTF_RS_GROUP_MEMBERS_PVT',

570:
571: /* Post Call to the Internal Type User Hook */
572:
573: IF jtf_resource_utl.ok_to_execute(
574: 'JTF_RS_GROUP_MEMBERS_PVT',
575: 'CREATE_RESOURCE_GROUP_MEMBERS',
576: 'A',
577: 'I')
578: THEN

Line 580: 'JTF_RS_GROUP_MEMBERS_PVT',

576: 'A',
577: 'I')
578: THEN
579: IF jtf_usr_hks.ok_to_execute(
580: 'JTF_RS_GROUP_MEMBERS_PVT',
581: 'CREATE_RESOURCE_GROUP_MEMBERS',
582: 'A',
583: 'I')
584: THEN

Line 614: 'JTF_RS_GROUP_MEMBERS_PVT',

610:
611: /* Standard call for Message Generation */
612:
613: IF jtf_resource_utl.ok_to_execute(
614: 'JTF_RS_GROUP_MEMBERS_PVT',
615: 'CREATE_RESOURCE_GROUP_MEMBERS',
616: 'M',
617: 'M')
618: THEN

Line 620: 'JTF_RS_GROUP_MEMBERS_PVT',

616: 'M',
617: 'M')
618: THEN
619: IF jtf_usr_hks.ok_to_execute(
620: 'JTF_RS_GROUP_MEMBERS_PVT',
621: 'CREATE_RESOURCE_GROUP_MEMBERS',
622: 'M',
623: 'M')
624: THEN

Line 824: 'JTF_RS_GROUP_MEMBERS_PVT',

820:
821: /* Pre Call to the Customer Type User Hook */
822:
823: IF jtf_resource_utl.ok_to_execute(
824: 'JTF_RS_GROUP_MEMBERS_PVT',
825: 'UPDATE_RESOURCE_GROUP_MEMBERS',
826: 'B',
827: 'C')
828: THEN

Line 830: 'JTF_RS_GROUP_MEMBERS_PVT',

826: 'B',
827: 'C')
828: THEN
829: IF jtf_usr_hks.ok_to_execute(
830: 'JTF_RS_GROUP_MEMBERS_PVT',
831: 'UPDATE_RESOURCE_GROUP_MEMBERS',
832: 'B',
833: 'C')
834: THEN

Line 860: 'JTF_RS_GROUP_MEMBERS_PVT',

856:
857: /* Pre Call to the Vertical Type User Hook */
858:
859: IF jtf_resource_utl.ok_to_execute(
860: 'JTF_RS_GROUP_MEMBERS_PVT',
861: 'UPDATE_RESOURCE_GROUP_MEMBERS',
862: 'B',
863: 'V')
864: THEN

Line 866: 'JTF_RS_GROUP_MEMBERS_PVT',

862: 'B',
863: 'V')
864: THEN
865: IF jtf_usr_hks.ok_to_execute(
866: 'JTF_RS_GROUP_MEMBERS_PVT',
867: 'UPDATE_RESOURCE_GROUP_MEMBERS',
868: 'B',
869: 'V')
870: THEN

Line 896: 'JTF_RS_GROUP_MEMBERS_PVT',

892:
893: /* Pre Call to the Internal Type User Hook */
894:
895: IF jtf_resource_utl.ok_to_execute(
896: 'JTF_RS_GROUP_MEMBERS_PVT',
897: 'UPDATE_RESOURCE_GROUP_MEMBERS',
898: 'B',
899: 'I')
900: THEN

Line 902: 'JTF_RS_GROUP_MEMBERS_PVT',

898: 'B',
899: 'I')
900: THEN
901: IF jtf_usr_hks.ok_to_execute(
902: 'JTF_RS_GROUP_MEMBERS_PVT',
903: 'UPDATE_RESOURCE_GROUP_MEMBERS',
904: 'B',
905: 'I')
906: THEN

Line 1020: 'JTF_RS_GROUP_MEMBERS_PVT',

1016:
1017: /* Post Call to the Customer Type User Hook */
1018:
1019: IF jtf_resource_utl.ok_to_execute(
1020: 'JTF_RS_GROUP_MEMBERS_PVT',
1021: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1022: 'A',
1023: 'C')
1024: THEN

Line 1026: 'JTF_RS_GROUP_MEMBERS_PVT',

1022: 'A',
1023: 'C')
1024: THEN
1025: IF jtf_usr_hks.ok_to_execute(
1026: 'JTF_RS_GROUP_MEMBERS_PVT',
1027: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1028: 'A',
1029: 'C')
1030: THEN

Line 1056: 'JTF_RS_GROUP_MEMBERS_PVT',

1052:
1053: /* Post Call to the Vertical Type User Hook */
1054:
1055: IF jtf_resource_utl.ok_to_execute(
1056: 'JTF_RS_GROUP_MEMBERS_PVT',
1057: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1058: 'A',
1059: 'V')
1060: THEN

Line 1062: 'JTF_RS_GROUP_MEMBERS_PVT',

1058: 'A',
1059: 'V')
1060: THEN
1061: IF jtf_usr_hks.ok_to_execute(
1062: 'JTF_RS_GROUP_MEMBERS_PVT',
1063: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1064: 'A',
1065: 'V')
1066: THEN

Line 1092: 'JTF_RS_GROUP_MEMBERS_PVT',

1088:
1089: /* Post Call to the Internal Type User Hook */
1090:
1091: IF jtf_resource_utl.ok_to_execute(
1092: 'JTF_RS_GROUP_MEMBERS_PVT',
1093: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1094: 'A',
1095: 'I')
1096: THEN

Line 1098: 'JTF_RS_GROUP_MEMBERS_PVT',

1094: 'A',
1095: 'I')
1096: THEN
1097: IF jtf_usr_hks.ok_to_execute(
1098: 'JTF_RS_GROUP_MEMBERS_PVT',
1099: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1100: 'A',
1101: 'I')
1102: THEN

Line 1126: 'JTF_RS_GROUP_MEMBERS_PVT',

1122:
1123: /* Standard call for Message Generation */
1124:
1125: IF jtf_resource_utl.ok_to_execute(
1126: 'JTF_RS_GROUP_MEMBERS_PVT',
1127: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1128: 'M',
1129: 'M')
1130: THEN

Line 1132: 'JTF_RS_GROUP_MEMBERS_PVT',

1128: 'M',
1129: 'M')
1130: THEN
1131: IF jtf_usr_hks.ok_to_execute(
1132: 'JTF_RS_GROUP_MEMBERS_PVT',
1133: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1134: 'M',
1135: 'M')
1136: THEN

Line 1299: 'JTF_RS_GROUP_MEMBERS_PVT',

1295:
1296: /* Pre Call to the Customer Type User Hook */
1297:
1298: IF jtf_resource_utl.ok_to_execute(
1299: 'JTF_RS_GROUP_MEMBERS_PVT',
1300: 'DELETE_RESOURCE_GROUP_MEMBERS',
1301: 'B',
1302: 'C')
1303: THEN

Line 1305: 'JTF_RS_GROUP_MEMBERS_PVT',

1301: 'B',
1302: 'C')
1303: THEN
1304: IF jtf_usr_hks.ok_to_execute(
1305: 'JTF_RS_GROUP_MEMBERS_PVT',
1306: 'DELETE_RESOURCE_GROUP_MEMBERS',
1307: 'B',
1308: 'C')
1309: THEN

Line 1340: 'JTF_RS_GROUP_MEMBERS_PVT',

1336:
1337: /* Pre Call to the Vertical Type User Hook */
1338:
1339: IF jtf_resource_utl.ok_to_execute(
1340: 'JTF_RS_GROUP_MEMBERS_PVT',
1341: 'DELETE_RESOURCE_GROUP_MEMBERS',
1342: 'B',
1343: 'V')
1344: THEN

Line 1346: 'JTF_RS_GROUP_MEMBERS_PVT',

1342: 'B',
1343: 'V')
1344: THEN
1345: IF jtf_usr_hks.ok_to_execute(
1346: 'JTF_RS_GROUP_MEMBERS_PVT',
1347: 'DELETE_RESOURCE_GROUP_MEMBERS',
1348: 'B',
1349: 'V')
1350: THEN

Line 1380: 'JTF_RS_GROUP_MEMBERS_PVT',

1376:
1377: /* Pre Call to the Internal Type User Hook */
1378:
1379: IF jtf_resource_utl.ok_to_execute(
1380: 'JTF_RS_GROUP_MEMBERS_PVT',
1381: 'DELETE_RESOURCE_GROUP_MEMBERS',
1382: 'B',
1383: 'I')
1384: THEN

Line 1386: 'JTF_RS_GROUP_MEMBERS_PVT',

1382: 'B',
1383: 'I')
1384: THEN
1385: IF jtf_usr_hks.ok_to_execute(
1386: 'JTF_RS_GROUP_MEMBERS_PVT',
1387: 'DELETE_RESOURCE_GROUP_MEMBERS',
1388: 'B',
1389: 'I')
1390: THEN

Line 1608: 'JTF_RS_GROUP_MEMBERS_PVT',

1604:
1605: /* Post Call to the Customer Type User Hook */
1606:
1607: IF jtf_resource_utl.ok_to_execute(
1608: 'JTF_RS_GROUP_MEMBERS_PVT',
1609: 'DELETE_RESOURCE_GROUP_MEMBERS',
1610: 'A',
1611: 'C')
1612: THEN

Line 1614: 'JTF_RS_GROUP_MEMBERS_PVT',

1610: 'A',
1611: 'C')
1612: THEN
1613: IF jtf_usr_hks.ok_to_execute(
1614: 'JTF_RS_GROUP_MEMBERS_PVT',
1615: 'DELETE_RESOURCE_GROUP_MEMBERS',
1616: 'A',
1617: 'C')
1618: THEN

Line 1649: 'JTF_RS_GROUP_MEMBERS_PVT',

1645:
1646: /* Post Call to the Vertical Type User Hook */
1647:
1648: IF jtf_resource_utl.ok_to_execute(
1649: 'JTF_RS_GROUP_MEMBERS_PVT',
1650: 'DELETE_RESOURCE_GROUP_MEMBERS',
1651: 'A',
1652: 'V')
1653: THEN

Line 1655: 'JTF_RS_GROUP_MEMBERS_PVT',

1651: 'A',
1652: 'V')
1653: THEN
1654: IF jtf_usr_hks.ok_to_execute(
1655: 'JTF_RS_GROUP_MEMBERS_PVT',
1656: 'DELETE_RESOURCE_GROUP_MEMBERS',
1657: 'A',
1658: 'V')
1659: THEN

Line 1689: 'JTF_RS_GROUP_MEMBERS_PVT',

1685:
1686: /* Post Call to the Internal Type User Hook */
1687:
1688: IF jtf_resource_utl.ok_to_execute(
1689: 'JTF_RS_GROUP_MEMBERS_PVT',
1690: 'DELETE_RESOURCE_GROUP_MEMBERS',
1691: 'A',
1692: 'I')
1693: THEN

Line 1695: 'JTF_RS_GROUP_MEMBERS_PVT',

1691: 'A',
1692: 'I')
1693: THEN
1694: IF jtf_usr_hks.ok_to_execute(
1695: 'JTF_RS_GROUP_MEMBERS_PVT',
1696: 'DELETE_RESOURCE_GROUP_MEMBERS',
1697: 'A',
1698: 'I')
1699: THEN

Line 1727: 'JTF_RS_GROUP_MEMBERS_PVT',

1723:
1724: /* Standard call for Message Generation */
1725:
1726: IF jtf_resource_utl.ok_to_execute(
1727: 'JTF_RS_GROUP_MEMBERS_PVT',
1728: 'DELETE_RESOURCE_GROUP_MEMBERS',
1729: 'M',
1730: 'M')
1731: THEN

Line 1733: 'JTF_RS_GROUP_MEMBERS_PVT',

1729: 'M',
1730: 'M')
1731: THEN
1732: IF jtf_usr_hks.ok_to_execute(
1733: 'JTF_RS_GROUP_MEMBERS_PVT',
1734: 'DELETE_RESOURCE_GROUP_MEMBERS',
1735: 'M',
1736: 'M')
1737: THEN

Line 1846: END jtf_rs_group_members_pvt;

1842:
1843: END execute_sales_hook;
1844:
1845:
1846: END jtf_rs_group_members_pvt;