DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_RESOURCE_UTL

Line 165: IF jtf_resource_utl.ok_to_execute(

161: /* Make the pre processing call to the user hooks */
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')

Line 204: IF jtf_resource_utl.ok_to_execute(

200:
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')

Line 243: IF jtf_resource_utl.ok_to_execute(

239:
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')

Line 383: x_created_by => jtf_resource_utl.created_by,

379: x_attribute14 => p_attribute14,
380: x_attribute15 => p_attribute15,
381: x_attribute_category => p_attribute_category,
382: x_creation_date => SYSDATE,
383: x_created_by => jtf_resource_utl.created_by,
384: x_last_update_date => SYSDATE,
385: x_last_updated_by => jtf_resource_utl.updated_by,
386: x_last_update_login => jtf_resource_utl.login_id
387: );

Line 385: x_last_updated_by => jtf_resource_utl.updated_by,

381: x_attribute_category => p_attribute_category,
382: x_creation_date => SYSDATE,
383: x_created_by => jtf_resource_utl.created_by,
384: x_last_update_date => SYSDATE,
385: x_last_updated_by => jtf_resource_utl.updated_by,
386: x_last_update_login => jtf_resource_utl.login_id
387: );
388:
389:

Line 386: x_last_update_login => jtf_resource_utl.login_id

382: x_creation_date => SYSDATE,
383: x_created_by => jtf_resource_utl.created_by,
384: x_last_update_date => SYSDATE,
385: x_last_updated_by => jtf_resource_utl.updated_by,
386: x_last_update_login => jtf_resource_utl.login_id
387: );
388:
389:
390: -- dbms_output.put_line('Inserted Row');

Line 428: x_created_by => jtf_resource_utl.created_by,

424: x_group_id => l_group_id,
425: x_resource_id => l_resource_id,
426: x_person_id => l_person_id,
427: x_creation_date => SYSDATE,
428: x_created_by => jtf_resource_utl.created_by,
429: x_last_update_date => SYSDATE,
430: x_last_updated_by => jtf_resource_utl.updated_by,
431: x_last_update_login => jtf_resource_utl.login_id
432: );

Line 430: x_last_updated_by => jtf_resource_utl.updated_by,

426: x_person_id => l_person_id,
427: x_creation_date => SYSDATE,
428: x_created_by => jtf_resource_utl.created_by,
429: x_last_update_date => SYSDATE,
430: x_last_updated_by => jtf_resource_utl.updated_by,
431: x_last_update_login => jtf_resource_utl.login_id
432: );
433:
434:

Line 431: x_last_update_login => jtf_resource_utl.login_id

427: x_creation_date => SYSDATE,
428: x_created_by => jtf_resource_utl.created_by,
429: x_last_update_date => SYSDATE,
430: x_last_updated_by => jtf_resource_utl.updated_by,
431: x_last_update_login => jtf_resource_utl.login_id
432: );
433:
434:
435: OPEN c_jtf_rs_active_grp_mbrs(l_rowid);

Line 490: IF jtf_resource_utl.ok_to_execute(

486: /* Make the post processing call to the user hooks */
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')

Line 531: IF jtf_resource_utl.ok_to_execute(

527:
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')

Line 573: IF jtf_resource_utl.ok_to_execute(

569:
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')

Line 613: IF jtf_resource_utl.ok_to_execute(

609:
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')

Line 823: IF jtf_resource_utl.ok_to_execute(

819: /* Make the pre processing call to the user hooks */
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')

Line 859: IF jtf_resource_utl.ok_to_execute(

855:
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')

Line 895: IF jtf_resource_utl.ok_to_execute(

891:
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')

Line 1000: X_LAST_UPDATED_BY => jtf_resource_utl.updated_by,

996: X_PERSON_ID => rs_group_member_rec.l_person_id,
997: X_DELETE_FLAG => rs_group_member_rec.l_delete_flag,
998: X_OBJECT_VERSION_NUMBER=> l_object_version_number,
999: X_LAST_UPDATE_DATE => sysdate,
1000: X_LAST_UPDATED_BY => jtf_resource_utl.updated_by,
1001: X_LAST_UPDATE_LOGIN => jtf_resource_utl.login_id
1002: );
1003:
1004: p_object_version_number := l_object_version_number;

Line 1001: X_LAST_UPDATE_LOGIN => jtf_resource_utl.login_id

997: X_DELETE_FLAG => rs_group_member_rec.l_delete_flag,
998: X_OBJECT_VERSION_NUMBER=> l_object_version_number,
999: X_LAST_UPDATE_DATE => sysdate,
1000: X_LAST_UPDATED_BY => jtf_resource_utl.updated_by,
1001: X_LAST_UPDATE_LOGIN => jtf_resource_utl.login_id
1002: );
1003:
1004: p_object_version_number := l_object_version_number;
1005:

Line 1019: IF jtf_resource_utl.ok_to_execute(

1015: /* Make the post processing call to the user hooks */
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')

Line 1055: IF jtf_resource_utl.ok_to_execute(

1051:
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')

Line 1091: IF jtf_resource_utl.ok_to_execute(

1087:
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')

Line 1125: IF jtf_resource_utl.ok_to_execute(

1121:
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')

Line 1298: IF jtf_resource_utl.ok_to_execute(

1294: /* Make the pre processing call to the user hooks */
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')

Line 1339: IF jtf_resource_utl.ok_to_execute(

1335:
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')

Line 1379: IF jtf_resource_utl.ok_to_execute(

1375:
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')

Line 1607: IF jtf_resource_utl.ok_to_execute(

1603: /* Make the post processing call to the user hooks */
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')

Line 1648: IF jtf_resource_utl.ok_to_execute(

1644:
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')

Line 1688: IF jtf_resource_utl.ok_to_execute(

1684:
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')

Line 1726: IF jtf_resource_utl.ok_to_execute(

1722:
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')