DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PVT dependencies on JTF_USR_HKS

Line 112: IF jtf_usr_hks.ok_to_execute(

108: 'CREATE_RESOURCE_TEAM',
109: 'B',
110: 'C')
111: THEN
112: IF jtf_usr_hks.ok_to_execute(
113: 'JTF_RS_TEAMS_PVT',
114: 'CREATE_RESOURCE_TEAM',
115: 'B',
116: 'C')

Line 153: IF jtf_usr_hks.ok_to_execute(

149: 'CREATE_RESOURCE_TEAM',
150: 'B',
151: 'V')
152: THEN
153: IF jtf_usr_hks.ok_to_execute(
154: 'JTF_RS_TEAMS_PVT',
155: 'CREATE_RESOURCE_TEAM',
156: 'B',
157: 'V')

Line 194: IF jtf_usr_hks.ok_to_execute(

190: 'CREATE_RESOURCE_TEAM',
191: 'B',
192: 'I')
193: THEN
194: IF jtf_usr_hks.ok_to_execute(
195: 'JTF_RS_TEAMS_PVT',
196: 'CREATE_RESOURCE_TEAM',
197: 'B',
198: 'I')

Line 347: IF jtf_usr_hks.ok_to_execute(

343: 'CREATE_RESOURCE_TEAM',
344: 'A',
345: 'C')
346: THEN
347: IF jtf_usr_hks.ok_to_execute(
348: 'JTF_RS_TEAMS_PVT',
349: 'CREATE_RESOURCE_TEAM',
350: 'A',
351: 'C')

Line 389: IF jtf_usr_hks.ok_to_execute(

385: 'CREATE_RESOURCE_TEAM',
386: 'A',
387: 'V')
388: THEN
389: IF jtf_usr_hks.ok_to_execute(
390: 'JTF_RS_TEAMS_PVT',
391: 'CREATE_RESOURCE_TEAM',
392: 'A',
393: 'V')

Line 431: IF jtf_usr_hks.ok_to_execute(

427: 'CREATE_RESOURCE_TEAM',
428: 'A',
429: 'I')
430: THEN
431: IF jtf_usr_hks.ok_to_execute(
432: 'JTF_RS_TEAMS_PVT',
433: 'CREATE_RESOURCE_TEAM',
434: 'A',
435: 'I')

Line 471: IF jtf_usr_hks.ok_to_execute(

467: 'CREATE_RESOURCE_TEAM',
468: 'M',
469: 'M')
470: THEN
471: IF jtf_usr_hks.ok_to_execute(
472: 'JTF_RS_TEAMS_PVT',
473: 'CREATE_RESOURCE_TEAM',
474: 'M',
475: 'M')

Line 485: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

481: THEN
482:
483: /* Get the bind data id for the Business Object Instance */
484:
485: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
486:
487:
488: /* Set bind values for the bind variables in the Business Object SQL */
489:

Line 490: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_id', l_team_id, 'S', 'N');

486:
487:
488: /* Set bind values for the bind variables in the Business Object SQL */
489:
490: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_id', l_team_id, 'S', 'N');
491:
492:
493: /* Call the message generation API */
494:

Line 495: jtf_usr_hks.generate_message(

491:
492:
493: /* Call the message generation API */
494:
495: jtf_usr_hks.generate_message(
496: p_prod_code => 'JTF',
497: p_bus_obj_code => 'RS_TEAM',
498: p_action_code => 'I',
499: p_bind_data_id => l_bind_data_id,

Line 796: IF jtf_usr_hks.ok_to_execute(

792: 'UPDATE_RESOURCE_TEAM',
793: 'B',
794: 'C')
795: THEN
796: IF jtf_usr_hks.ok_to_execute(
797: 'JTF_RS_TEAMS_PVT',
798: 'UPDATE_RESOURCE_TEAM',
799: 'B',
800: 'C')

Line 838: IF jtf_usr_hks.ok_to_execute(

834: 'UPDATE_RESOURCE_TEAM',
835: 'B',
836: 'V')
837: THEN
838: IF jtf_usr_hks.ok_to_execute(
839: 'JTF_RS_TEAMS_PVT',
840: 'UPDATE_RESOURCE_TEAM',
841: 'B',
842: 'V')

Line 880: IF jtf_usr_hks.ok_to_execute(

876: 'UPDATE_RESOURCE_TEAM',
877: 'B',
878: 'I')
879: THEN
880: IF jtf_usr_hks.ok_to_execute(
881: 'JTF_RS_TEAMS_PVT',
882: 'UPDATE_RESOURCE_TEAM',
883: 'B',
884: 'I')

Line 1339: IF jtf_usr_hks.ok_to_execute(

1335: 'UPDATE_RESOURCE_TEAM',
1336: 'A',
1337: 'C')
1338: THEN
1339: IF jtf_usr_hks.ok_to_execute(
1340: 'JTF_RS_TEAMS_PVT',
1341: 'UPDATE_RESOURCE_TEAM',
1342: 'A',
1343: 'C')

Line 1381: IF jtf_usr_hks.ok_to_execute(

1377: 'UPDATE_RESOURCE_TEAM',
1378: 'A',
1379: 'V')
1380: THEN
1381: IF jtf_usr_hks.ok_to_execute(
1382: 'JTF_RS_TEAMS_PVT',
1383: 'UPDATE_RESOURCE_TEAM',
1384: 'A',
1385: 'V')

Line 1423: IF jtf_usr_hks.ok_to_execute(

1419: 'UPDATE_RESOURCE_TEAM',
1420: 'A',
1421: 'I')
1422: THEN
1423: IF jtf_usr_hks.ok_to_execute(
1424: 'JTF_RS_TEAMS_PVT',
1425: 'UPDATE_RESOURCE_TEAM',
1426: 'A',
1427: 'I')

Line 1463: IF jtf_usr_hks.ok_to_execute(

1459: 'UPDATE_RESOURCE_TEAM',
1460: 'M',
1461: 'M')
1462: THEN
1463: IF jtf_usr_hks.ok_to_execute(
1464: 'JTF_RS_TEAMS_PVT',
1465: 'UPDATE_RESOURCE_TEAM',
1466: 'M',
1467: 'M')

Line 1477: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1473: THEN
1474:
1475: /* Get the bind data id for the Business Object Instance */
1476:
1477: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1478:
1479:
1480: /* Set bind values for the bind variables in the Business Object SQL */
1481:

Line 1482: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_id', l_team_id, 'S', 'N');

1478:
1479:
1480: /* Set bind values for the bind variables in the Business Object SQL */
1481:
1482: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_id', l_team_id, 'S', 'N');
1483:
1484:
1485: /* Call the message generation API */
1486:

Line 1487: jtf_usr_hks.generate_message(

1483:
1484:
1485: /* Call the message generation API */
1486:
1487: jtf_usr_hks.generate_message(
1488: p_prod_code => 'RS',
1489: p_bus_obj_code => 'TEAM',
1490: p_action_code => 'U',
1491: p_bind_data_id => l_bind_data_id,