DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PVT dependencies on JTF_RESOURCE_UTL

Line 106: IF jtf_resource_utl.ok_to_execute(

102: /* Make the pre processing call to the user hooks */
103:
104: /* Pre Call to the Customer Type User Hook */
105:
106: IF jtf_resource_utl.ok_to_execute(
107: 'JTF_RS_TEAMS_PVT',
108: 'CREATE_RESOURCE_TEAM',
109: 'B',
110: 'C')

Line 147: IF jtf_resource_utl.ok_to_execute(

143:
144:
145: /* Pre Call to the Vertical Type User Hook */
146:
147: IF jtf_resource_utl.ok_to_execute(
148: 'JTF_RS_TEAMS_PVT',
149: 'CREATE_RESOURCE_TEAM',
150: 'B',
151: 'V')

Line 188: IF jtf_resource_utl.ok_to_execute(

184:
185:
186: /* Pre Call to the Internal Type User Hook */
187:
188: IF jtf_resource_utl.ok_to_execute(
189: 'JTF_RS_TEAMS_PVT',
190: 'CREATE_RESOURCE_TEAM',
191: 'B',
192: 'I')

Line 227: jtf_resource_utl.validate_input_dates(

223:
224:
225: /* Validate the Input Dates */
226:
227: jtf_resource_utl.validate_input_dates(
228: p_start_date_active => l_start_date_active,
229: p_end_date_active => l_end_date_active,
230: x_return_status => x_return_status
231: );

Line 286: x_created_by => jtf_resource_utl.created_by,

282: x_attribute14 => p_attribute14,
283: x_attribute15 => p_attribute15,
284: x_attribute_category => p_attribute_category,
285: x_creation_date => SYSDATE,
286: x_created_by => jtf_resource_utl.created_by,
287: x_last_update_date => SYSDATE,
288: x_last_updated_by => jtf_resource_utl.updated_by,
289: x_last_update_login => jtf_resource_utl.login_id
290: );

Line 288: x_last_updated_by => jtf_resource_utl.updated_by,

284: x_attribute_category => p_attribute_category,
285: x_creation_date => SYSDATE,
286: x_created_by => jtf_resource_utl.created_by,
287: x_last_update_date => SYSDATE,
288: x_last_updated_by => jtf_resource_utl.updated_by,
289: x_last_update_login => jtf_resource_utl.login_id
290: );
291:
292:

Line 289: x_last_update_login => jtf_resource_utl.login_id

285: x_creation_date => SYSDATE,
286: x_created_by => jtf_resource_utl.created_by,
287: x_last_update_date => SYSDATE,
288: x_last_updated_by => jtf_resource_utl.updated_by,
289: x_last_update_login => jtf_resource_utl.login_id
290: );
291:
292:
293: -- dbms_output.put_line('Inserted Row');

Line 341: IF jtf_resource_utl.ok_to_execute(

337: /* Make the post processing call to the user hooks */
338:
339: /* Post Call to the Customer Type User Hook */
340:
341: IF jtf_resource_utl.ok_to_execute(
342: 'JTF_RS_TEAMS_PVT',
343: 'CREATE_RESOURCE_TEAM',
344: 'A',
345: 'C')

Line 383: IF jtf_resource_utl.ok_to_execute(

379:
380:
381: /* Post Call to the Vertical Type User Hook */
382:
383: IF jtf_resource_utl.ok_to_execute(
384: 'JTF_RS_TEAMS_PVT',
385: 'CREATE_RESOURCE_TEAM',
386: 'A',
387: 'V')

Line 425: IF jtf_resource_utl.ok_to_execute(

421:
422:
423: /* Post Call to the Internal Type User Hook */
424:
425: IF jtf_resource_utl.ok_to_execute(
426: 'JTF_RS_TEAMS_PVT',
427: 'CREATE_RESOURCE_TEAM',
428: 'A',
429: 'I')

Line 465: IF jtf_resource_utl.ok_to_execute(

461:
462:
463: /* Standard call for Message Generation */
464:
465: IF jtf_resource_utl.ok_to_execute(
466: 'JTF_RS_TEAMS_PVT',
467: 'CREATE_RESOURCE_TEAM',
468: 'M',
469: 'M')

Line 790: IF jtf_resource_utl.ok_to_execute(

786: /* Make the pre processing call to the user hooks */
787:
788: /* Pre Call to the Customer Type User Hook */
789:
790: IF jtf_resource_utl.ok_to_execute(
791: 'JTF_RS_TEAMS_PVT',
792: 'UPDATE_RESOURCE_TEAM',
793: 'B',
794: 'C')

Line 832: IF jtf_resource_utl.ok_to_execute(

828:
829:
830: /* Pre Call to the Vertical Type User Hook */
831:
832: IF jtf_resource_utl.ok_to_execute(
833: 'JTF_RS_TEAMS_PVT',
834: 'UPDATE_RESOURCE_TEAM',
835: 'B',
836: 'V')

Line 874: IF jtf_resource_utl.ok_to_execute(

870:
871:
872: /* Pre Call to the Internal Type User Hook */
873:
874: IF jtf_resource_utl.ok_to_execute(
875: 'JTF_RS_TEAMS_PVT',
876: 'UPDATE_RESOURCE_TEAM',
877: 'B',
878: 'I')

Line 958: jtf_resource_utl.validate_input_dates(

954:
955:
956: /* Validate the Input Dates */
957:
958: jtf_resource_utl.validate_input_dates(
959: p_start_date_active => l_start_date_active,
960: p_end_date_active => l_end_date_active,
961: x_return_status => x_return_status
962: );

Line 1286: x_last_updated_by => jtf_resource_utl.updated_by,

1282: x_attribute14 => team_rec.attribute14,
1283: x_attribute15 => team_rec.attribute15,
1284: x_attribute_category => team_rec.attribute_category,
1285: x_last_update_date => SYSDATE,
1286: x_last_updated_by => jtf_resource_utl.updated_by,
1287: x_last_update_login => jtf_resource_utl.login_id
1288: );
1289:
1290:

Line 1287: x_last_update_login => jtf_resource_utl.login_id

1283: x_attribute15 => team_rec.attribute15,
1284: x_attribute_category => team_rec.attribute_category,
1285: x_last_update_date => SYSDATE,
1286: x_last_updated_by => jtf_resource_utl.updated_by,
1287: x_last_update_login => jtf_resource_utl.login_id
1288: );
1289:
1290:
1291: /* Return the new value of the object version number */

Line 1333: IF jtf_resource_utl.ok_to_execute(

1329: /* Make the post processing call to the user hooks */
1330:
1331: /* Post Call to the Customer Type User Hook */
1332:
1333: IF jtf_resource_utl.ok_to_execute(
1334: 'JTF_RS_TEAMS_PVT',
1335: 'UPDATE_RESOURCE_TEAM',
1336: 'A',
1337: 'C')

Line 1375: IF jtf_resource_utl.ok_to_execute(

1371:
1372:
1373: /* Post Call to the Vertical Type User Hook */
1374:
1375: IF jtf_resource_utl.ok_to_execute(
1376: 'JTF_RS_TEAMS_PVT',
1377: 'UPDATE_RESOURCE_TEAM',
1378: 'A',
1379: 'V')

Line 1417: IF jtf_resource_utl.ok_to_execute(

1413:
1414:
1415: /* Post Call to the Internal Type User Hook */
1416:
1417: IF jtf_resource_utl.ok_to_execute(
1418: 'JTF_RS_TEAMS_PVT',
1419: 'UPDATE_RESOURCE_TEAM',
1420: 'A',
1421: 'I')

Line 1457: IF jtf_resource_utl.ok_to_execute(

1453:
1454:
1455: /* Standard call for Message Generation */
1456:
1457: IF jtf_resource_utl.ok_to_execute(
1458: 'JTF_RS_TEAMS_PVT',
1459: 'UPDATE_RESOURCE_TEAM',
1460: 'M',
1461: 'M')