DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_MEMBERS_PVT dependencies on JTF_USR_HKS

Line 121: IF jtf_usr_hks.ok_to_execute(

117: 'CREATE_RESOURCE_TEAM_MEMBERS',
118: 'B',
119: 'C')
120: THEN
121: IF jtf_usr_hks.ok_to_execute(
122: 'JTF_RS_TEAM_MEMBERS_PVT',
123: 'CREATE_RESOURCE_TEAM_MEMBERS',
124: 'B',
125: 'C')

Line 159: IF jtf_usr_hks.ok_to_execute(

155: 'CREATE_RESOURCE_TEAM_MEMBERS',
156: 'B',
157: 'V')
158: THEN
159: IF jtf_usr_hks.ok_to_execute(
160: 'JTF_RS_TEAM_MEMBERS_PVT',
161: 'CREATE_RESOURCE_TEAM_MEMBERS',
162: 'B',
163: 'V')

Line 197: IF jtf_usr_hks.ok_to_execute(

193: 'CREATE_RESOURCE_TEAM_MEMBERS',
194: 'B',
195: 'I')
196: THEN
197: IF jtf_usr_hks.ok_to_execute(
198: 'JTF_RS_TEAM_MEMBERS_PVT',
199: 'CREATE_RESOURCE_TEAM_MEMBERS',
200: 'B',
201: 'I')

Line 370: IF jtf_usr_hks.ok_to_execute(

366: 'CREATE_RESOURCE_TEAM_MEMBERS',
367: 'A',
368: 'C')
369: THEN
370: IF jtf_usr_hks.ok_to_execute(
371: 'JTF_RS_TEAM_MEMBERS_PVT',
372: 'CREATE_RESOURCE_TEAM_MEMBERS',
373: 'A',
374: 'C')

Line 409: IF jtf_usr_hks.ok_to_execute(

405: 'CREATE_RESOURCE_TEAM_MEMBERS',
406: 'A',
407: 'V')
408: THEN
409: IF jtf_usr_hks.ok_to_execute(
410: 'JTF_RS_TEAM_MEMBERS_PVT',
411: 'CREATE_RESOURCE_TEAM_MEMBERS',
412: 'A',
413: 'V')

Line 448: IF jtf_usr_hks.ok_to_execute(

444: 'CREATE_RESOURCE_TEAM_MEMBERS',
445: 'A',
446: 'I')
447: THEN
448: IF jtf_usr_hks.ok_to_execute(
449: 'JTF_RS_TEAM_MEMBERS_PVT',
450: 'CREATE_RESOURCE_TEAM_MEMBERS',
451: 'A',
452: 'I')

Line 485: IF jtf_usr_hks.ok_to_execute(

481: 'CREATE_RESOURCE_TEAM_MEMBERS',
482: 'M',
483: 'M')
484: THEN
485: IF jtf_usr_hks.ok_to_execute(
486: 'JTF_RS_TEAM_MEMBERS_PVT',
487: 'CREATE_RESOURCE_TEAM_MEMBERS',
488: 'M',
489: 'M')

Line 499: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

495: THEN
496:
497: /* Get the bind data id for the Business Object Instance */
498:
499: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
500:
501:
502: /* Set bind values for the bind variables in the Business Object SQL */
503:

Line 504: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');

500:
501:
502: /* Set bind values for the bind variables in the Business Object SQL */
503:
504: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');
505:
506:
507: /* Call the message generation API */
508:

Line 509: jtf_usr_hks.generate_message(

505:
506:
507: /* Call the message generation API */
508:
509: jtf_usr_hks.generate_message(
510: p_prod_code => 'JTF',
511: p_bus_obj_code => 'RS_TMBR',
512: p_action_code => 'I',
513: p_bind_data_id => l_bind_data_id,

Line 742: IF jtf_usr_hks.ok_to_execute(

738: 'UPDATE_RESOURCE_TEAM_MEMBERS',
739: 'B',
740: 'C')
741: THEN
742: IF jtf_usr_hks.ok_to_execute(
743: 'JTF_RS_TEAM_MEMBERS_PVT',
744: 'UPDATE_RESOURCE_TEAM_MEMBERS',
745: 'B',
746: 'C')

Line 770: IF jtf_usr_hks.ok_to_execute(

766: 'UPDATE_RESOURCE_TEAM_MEMBERS',
767: 'B',
768: 'V')
769: THEN
770: IF jtf_usr_hks.ok_to_execute(
771: 'JTF_RS_TEAM_MEMBERS_PVT',
772: 'UPDATE_RESOURCE_TEAM_MEMBERS',
773: 'B',
774: 'V')

Line 798: IF jtf_usr_hks.ok_to_execute(

794: 'UPDATE_RESOURCE_TEAM_MEMBERS',
795: 'B',
796: 'I')
797: THEN
798: IF jtf_usr_hks.ok_to_execute(
799: 'JTF_RS_TEAM_MEMBERS_PVT',
800: 'UPDATE_RESOURCE_TEAM_MEMBERS',
801: 'B',
802: 'I')

Line 905: IF jtf_usr_hks.ok_to_execute(

901: 'UPDATE_RESOURCE_TEAM_MEMBERS',
902: 'A',
903: 'C')
904: THEN
905: IF jtf_usr_hks.ok_to_execute(
906: 'JTF_RS_TEAM_MEMBERS_PVT',
907: 'UPDATE_RESOURCE_TEAM_MEMBERS',
908: 'A',
909: 'C')

Line 932: IF jtf_usr_hks.ok_to_execute(

928: 'UPDATE_RESOURCE_TEAM_MEMBERS',
929: 'A',
930: 'V')
931: THEN
932: IF jtf_usr_hks.ok_to_execute(
933: 'JTF_RS_TEAM_MEMBERS_PVT',
934: 'UPDATE_RESOURCE_TEAM_MEMBERS',
935: 'A',
936: 'V')

Line 960: IF jtf_usr_hks.ok_to_execute(

956: 'UPDATE_RESOURCE_TEAM_MEMBERS',
957: 'A',
958: 'I')
959: THEN
960: IF jtf_usr_hks.ok_to_execute(
961: 'JTF_RS_TEAM_MEMBERS_PVT',
962: 'UPDATE_RESOURCE_TEAM_MEMBERS',
963: 'A',
964: 'I')

Line 987: IF jtf_usr_hks.ok_to_execute(

983: 'UPDATE_RESOURCE_TEAM_MEMBERS',
984: 'M',
985: 'M')
986: THEN
987: IF jtf_usr_hks.ok_to_execute(
988: 'JTF_RS_TEAM_MEMBERS_PVT',
989: 'UPDATE_RESOURCE_TEAM_MEMBERS',
990: 'M',
991: 'M')

Line 1000: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

996: THEN
997:
998: /* Get the bind data id for the Business Object Instance */
999:
1000: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1001:
1002:
1003: /* Set bind values for the bind variables in the Business Object SQL */
1004:

Line 1005: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');

1001:
1002:
1003: /* Set bind values for the bind variables in the Business Object SQL */
1004:
1005: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');
1006:
1007: /* Call the message generation API */
1008:
1009: jtf_usr_hks.generate_message(

Line 1009: jtf_usr_hks.generate_message(

1005: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');
1006:
1007: /* Call the message generation API */
1008:
1009: jtf_usr_hks.generate_message(
1010: p_prod_code => 'JTF',
1011: p_bus_obj_code => 'RS_TMBR',
1012: p_action_code => 'U',
1013: p_bind_data_id => l_bind_data_id,

Line 1140: IF jtf_usr_hks.ok_to_execute(

1136: 'DELETE_RESOURCE_TEAM_MEMBERS',
1137: 'B',
1138: 'C')
1139: THEN
1140: IF jtf_usr_hks.ok_to_execute(
1141: 'JTF_RS_TEAM_MEMBERS_PVT',
1142: 'DELETE_RESOURCE_TEAM_MEMBERS',
1143: 'B',
1144: 'C')

Line 1178: IF jtf_usr_hks.ok_to_execute(

1174: 'DELETE_RESOURCE_TEAM_MEMBERS',
1175: 'B',
1176: 'V')
1177: THEN
1178: IF jtf_usr_hks.ok_to_execute(
1179: 'JTF_RS_TEAM_MEMBERS_PVT',
1180: 'DELETE_RESOURCE_TEAM_MEMBERS',
1181: 'B',
1182: 'V')

Line 1216: IF jtf_usr_hks.ok_to_execute(

1212: 'DELETE_RESOURCE_TEAM_MEMBERS',
1213: 'B',
1214: 'I')
1215: THEN
1216: IF jtf_usr_hks.ok_to_execute(
1217: 'JTF_RS_TEAM_MEMBERS_PVT',
1218: 'DELETE_RESOURCE_TEAM_MEMBERS',
1219: 'B',
1220: 'I')

Line 1419: IF jtf_usr_hks.ok_to_execute(

1415: 'DELETE_RESOURCE_TEAM_MEMBERS',
1416: 'A',
1417: 'C')
1418: THEN
1419: IF jtf_usr_hks.ok_to_execute(
1420: 'JTF_RS_TEAM_MEMBERS_PVT',
1421: 'DELETE_RESOURCE_TEAM_MEMBERS',
1422: 'A',
1423: 'C')

Line 1457: IF jtf_usr_hks.ok_to_execute(

1453: 'DELETE_RESOURCE_TEAM_MEMBERS',
1454: 'A',
1455: 'V')
1456: THEN
1457: IF jtf_usr_hks.ok_to_execute(
1458: 'JTF_RS_TEAM_MEMBERS_PVT',
1459: 'DELETE_RESOURCE_TEAM_MEMBERS',
1460: 'A',
1461: 'V')

Line 1495: IF jtf_usr_hks.ok_to_execute(

1491: 'DELETE_RESOURCE_TEAM_MEMBERS',
1492: 'A',
1493: 'I')
1494: THEN
1495: IF jtf_usr_hks.ok_to_execute(
1496: 'JTF_RS_TEAM_MEMBERS_PVT',
1497: 'DELETE_RESOURCE_TEAM_MEMBERS',
1498: 'A',
1499: 'I')

Line 1533: IF jtf_usr_hks.ok_to_execute(

1529: 'DELETE_RESOURCE_TEAM_MEMBERS',
1530: 'M',
1531: 'M')
1532: THEN
1533: IF jtf_usr_hks.ok_to_execute(
1534: 'JTF_RS_TEAM_MEMBERS_PVT',
1535: 'DELETE_RESOURCE_TEAM_MEMBERS',
1536: 'M',
1537: 'M')

Line 1547: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1543: THEN
1544:
1545: /* Get the bind data id for the Business Object Instance */
1546:
1547: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1548:
1549:
1550: /* Set bind values for the bind variables in the Business Object SQL */
1551:

Line 1552: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');

1548:
1549:
1550: /* Set bind values for the bind variables in the Business Object SQL */
1551:
1552: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_member_id', l_team_member_id, 'S', 'N');
1553:
1554:
1555: /* Call the message generation API */
1556:

Line 1557: jtf_usr_hks.generate_message(

1553:
1554:
1555: /* Call the message generation API */
1556:
1557: jtf_usr_hks.generate_message(
1558: p_prod_code => 'RS',
1559: p_bus_obj_code => 'TMBR',
1560: p_action_code => 'D',
1561: p_bind_data_id => l_bind_data_id,