DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_MEMBERS_PVT dependencies on JTF_RESOURCE_UTL

Line 115: IF jtf_resource_utl.ok_to_execute(

111: /* Make the pre processing call to the user hooks */
112:
113: /* Pre Call to the Customer Type User Hook */
114:
115: IF jtf_resource_utl.ok_to_execute(
116: 'JTF_RS_TEAM_MEMBERS_PVT',
117: 'CREATE_RESOURCE_TEAM_MEMBERS',
118: 'B',
119: 'C')

Line 153: IF jtf_resource_utl.ok_to_execute(

149:
150:
151: /* Pre Call to the Vertical Type User Hook */
152:
153: IF jtf_resource_utl.ok_to_execute(
154: 'JTF_RS_TEAM_MEMBERS_PVT',
155: 'CREATE_RESOURCE_TEAM_MEMBERS',
156: 'B',
157: 'V')

Line 191: IF jtf_resource_utl.ok_to_execute(

187:
188:
189: /* Pre Call to the Internal Type User Hook */
190:
191: IF jtf_resource_utl.ok_to_execute(
192: 'JTF_RS_TEAM_MEMBERS_PVT',
193: 'CREATE_RESOURCE_TEAM_MEMBERS',
194: 'B',
195: 'I')

Line 305: x_created_by => jtf_resource_utl.created_by,

301: x_attribute14 => p_attribute14,
302: x_attribute15 => p_attribute15,
303: x_attribute_category => p_attribute_category,
304: x_creation_date => SYSDATE,
305: x_created_by => jtf_resource_utl.created_by,
306: x_last_update_date => SYSDATE,
307: x_last_updated_by => jtf_resource_utl.updated_by,
308: x_last_update_login => jtf_resource_utl.login_id
309: );

Line 307: x_last_updated_by => jtf_resource_utl.updated_by,

303: x_attribute_category => p_attribute_category,
304: x_creation_date => SYSDATE,
305: x_created_by => jtf_resource_utl.created_by,
306: x_last_update_date => SYSDATE,
307: x_last_updated_by => jtf_resource_utl.updated_by,
308: x_last_update_login => jtf_resource_utl.login_id
309: );
310:
311:

Line 308: x_last_update_login => jtf_resource_utl.login_id

304: x_creation_date => SYSDATE,
305: x_created_by => jtf_resource_utl.created_by,
306: x_last_update_date => SYSDATE,
307: x_last_updated_by => jtf_resource_utl.updated_by,
308: x_last_update_login => jtf_resource_utl.login_id
309: );
310:
311:
312: -- dbms_output.put_line('Inserted Row');

Line 364: IF jtf_resource_utl.ok_to_execute(

360: /* Make the post processing call to the user hooks */
361:
362: /* Post Call to the Customer Type User Hook */
363:
364: IF jtf_resource_utl.ok_to_execute(
365: 'JTF_RS_TEAM_MEMBERS_PVT',
366: 'CREATE_RESOURCE_TEAM_MEMBERS',
367: 'A',
368: 'C')

Line 403: IF jtf_resource_utl.ok_to_execute(

399:
400:
401: /* Post Call to the Vertical Type User Hook */
402:
403: IF jtf_resource_utl.ok_to_execute(
404: 'JTF_RS_TEAM_MEMBERS_PVT',
405: 'CREATE_RESOURCE_TEAM_MEMBERS',
406: 'A',
407: 'V')

Line 442: IF jtf_resource_utl.ok_to_execute(

438:
439:
440: /* Post Call to the Internal Type User Hook */
441:
442: IF jtf_resource_utl.ok_to_execute(
443: 'JTF_RS_TEAM_MEMBERS_PVT',
444: 'CREATE_RESOURCE_TEAM_MEMBERS',
445: 'A',
446: 'I')

Line 479: IF jtf_resource_utl.ok_to_execute(

475:
476:
477: /* Standard call for Message Generation */
478:
479: IF jtf_resource_utl.ok_to_execute(
480: 'JTF_RS_TEAM_MEMBERS_PVT',
481: 'CREATE_RESOURCE_TEAM_MEMBERS',
482: 'M',
483: 'M')

Line 736: IF jtf_resource_utl.ok_to_execute(

732: /* Make the pre processing call to the user hooks */
733:
734: /* Pre Call to the Customer Type User Hook */
735:
736: IF jtf_resource_utl.ok_to_execute(
737: 'JTF_RS_TEAM_MEMBERS_PVT',
738: 'UPDATE_RESOURCE_TEAM_MEMBERS',
739: 'B',
740: 'C')

Line 764: IF jtf_resource_utl.ok_to_execute(

760: END IF;
761:
762: /* Pre Call to the Vertical Type User Hook */
763:
764: IF jtf_resource_utl.ok_to_execute(
765: 'JTF_RS_TEAM_MEMBERS_PVT',
766: 'UPDATE_RESOURCE_TEAM_MEMBERS',
767: 'B',
768: 'V')

Line 792: IF jtf_resource_utl.ok_to_execute(

788: END IF;
789:
790: /* Pre Call to the Internal Type User Hook */
791:
792: IF jtf_resource_utl.ok_to_execute(
793: 'JTF_RS_TEAM_MEMBERS_PVT',
794: 'UPDATE_RESOURCE_TEAM_MEMBERS',
795: 'B',
796: 'I')

Line 875: x_last_updated_by => jtf_resource_utl.updated_by,

871: x_attribute14 => rs_team_member_rec.l_attribute14,
872: x_attribute15 => rs_team_member_rec.l_attribute15,
873: x_attribute_category => rs_team_member_rec.l_attribute_category,
874: x_last_update_date => SYSDATE,
875: x_last_updated_by => jtf_resource_utl.updated_by,
876: x_last_update_login => jtf_resource_utl.login_id
877: );
878:
879: p_object_version_number := l_object_version_number ;

Line 876: x_last_update_login => jtf_resource_utl.login_id

872: x_attribute15 => rs_team_member_rec.l_attribute15,
873: x_attribute_category => rs_team_member_rec.l_attribute_category,
874: x_last_update_date => SYSDATE,
875: x_last_updated_by => jtf_resource_utl.updated_by,
876: x_last_update_login => jtf_resource_utl.login_id
877: );
878:
879: p_object_version_number := l_object_version_number ;
880: -- dbms_output.put_line('Updated Row');

Line 899: IF jtf_resource_utl.ok_to_execute(

895: /* Make the post processing call to the user hooks */
896:
897: /* Post Call to the Customer Type User Hook */
898:
899: IF jtf_resource_utl.ok_to_execute(
900: 'JTF_RS_TEAM_MEMBERS_PVT',
901: 'UPDATE_RESOURCE_TEAM_MEMBERS',
902: 'A',
903: 'C')

Line 926: IF jtf_resource_utl.ok_to_execute(

922: END IF;
923:
924: /* Post Call to the Vertical Type User Hook */
925:
926: IF jtf_resource_utl.ok_to_execute(
927: 'JTF_RS_TEAM_MEMBERS_PVT',
928: 'UPDATE_RESOURCE_TEAM_MEMBERS',
929: 'A',
930: 'V')

Line 954: IF jtf_resource_utl.ok_to_execute(

950: END IF;
951:
952: /* Post Call to the Internal Type User Hook */
953:
954: IF jtf_resource_utl.ok_to_execute(
955: 'JTF_RS_TEAM_MEMBERS_PVT',
956: 'UPDATE_RESOURCE_TEAM_MEMBERS',
957: 'A',
958: 'I')

Line 981: IF jtf_resource_utl.ok_to_execute(

977: END IF;
978:
979: /* Standard call for Message Generation */
980:
981: IF jtf_resource_utl.ok_to_execute(
982: 'JTF_RS_TEAM_MEMBERS_PVT',
983: 'UPDATE_RESOURCE_TEAM_MEMBERS',
984: 'M',
985: 'M')

Line 1134: IF jtf_resource_utl.ok_to_execute(

1130: /* Make the pre processing call to the user hooks */
1131:
1132: /* Pre Call to the Customer Type User Hook */
1133:
1134: IF jtf_resource_utl.ok_to_execute(
1135: 'JTF_RS_TEAM_MEMBERS_PVT',
1136: 'DELETE_RESOURCE_TEAM_MEMBERS',
1137: 'B',
1138: 'C')

Line 1172: IF jtf_resource_utl.ok_to_execute(

1168:
1169:
1170: /* Pre Call to the Vertical Type User Hook */
1171:
1172: IF jtf_resource_utl.ok_to_execute(
1173: 'JTF_RS_TEAM_MEMBERS_PVT',
1174: 'DELETE_RESOURCE_TEAM_MEMBERS',
1175: 'B',
1176: 'V')

Line 1210: IF jtf_resource_utl.ok_to_execute(

1206:
1207:
1208: /* Pre Call to the Internal Type User Hook */
1209:
1210: IF jtf_resource_utl.ok_to_execute(
1211: 'JTF_RS_TEAM_MEMBERS_PVT',
1212: 'DELETE_RESOURCE_TEAM_MEMBERS',
1213: 'B',
1214: 'I')

Line 1413: IF jtf_resource_utl.ok_to_execute(

1409: /* Make the post processing call to the user hooks */
1410:
1411: /* Post Call to the Customer Type User Hook */
1412:
1413: IF jtf_resource_utl.ok_to_execute(
1414: 'JTF_RS_TEAM_MEMBERS_PVT',
1415: 'DELETE_RESOURCE_TEAM_MEMBERS',
1416: 'A',
1417: 'C')

Line 1451: IF jtf_resource_utl.ok_to_execute(

1447:
1448:
1449: /* Post Call to the Vertical Type User Hook */
1450:
1451: IF jtf_resource_utl.ok_to_execute(
1452: 'JTF_RS_TEAM_MEMBERS_PVT',
1453: 'DELETE_RESOURCE_TEAM_MEMBERS',
1454: 'A',
1455: 'V')

Line 1489: IF jtf_resource_utl.ok_to_execute(

1485:
1486:
1487: /* Post Call to the Internal Type User Hook */
1488:
1489: IF jtf_resource_utl.ok_to_execute(
1490: 'JTF_RS_TEAM_MEMBERS_PVT',
1491: 'DELETE_RESOURCE_TEAM_MEMBERS',
1492: 'A',
1493: 'I')

Line 1527: IF jtf_resource_utl.ok_to_execute(

1523:
1524:
1525: /* Standard call for Message Generation */
1526:
1527: IF jtf_resource_utl.ok_to_execute(
1528: 'JTF_RS_TEAM_MEMBERS_PVT',
1529: 'DELETE_RESOURCE_TEAM_MEMBERS',
1530: 'M',
1531: 'M')