DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_USR_HKS

Line 171: IF jtf_usr_hks.ok_to_execute(

167: 'CREATE_RESOURCE_GROUP_MEMBERS',
168: 'B',
169: 'C')
170: THEN
171: IF jtf_usr_hks.ok_to_execute(
172: 'JTF_RS_GROUP_MEMBERS_PVT',
173: 'CREATE_RESOURCE_GROUP_MEMBERS',
174: 'B',
175: 'C')

Line 210: IF jtf_usr_hks.ok_to_execute(

206: 'CREATE_RESOURCE_GROUP_MEMBERS',
207: 'B',
208: 'V')
209: THEN
210: IF jtf_usr_hks.ok_to_execute(
211: 'JTF_RS_GROUP_MEMBERS_PVT',
212: 'CREATE_RESOURCE_GROUP_MEMBERS',
213: 'B',
214: 'V')

Line 249: IF jtf_usr_hks.ok_to_execute(

245: 'CREATE_RESOURCE_GROUP_MEMBERS',
246: 'B',
247: 'I')
248: THEN
249: IF jtf_usr_hks.ok_to_execute(
250: 'JTF_RS_GROUP_MEMBERS_PVT',
251: 'CREATE_RESOURCE_GROUP_MEMBERS',
252: 'B',
253: 'I')

Line 496: IF jtf_usr_hks.ok_to_execute(

492: 'CREATE_RESOURCE_GROUP_MEMBERS',
493: 'A',
494: 'C')
495: THEN
496: IF jtf_usr_hks.ok_to_execute(
497: 'JTF_RS_GROUP_MEMBERS_PVT',
498: 'CREATE_RESOURCE_GROUP_MEMBERS',
499: 'A',
500: 'C')

Line 537: IF jtf_usr_hks.ok_to_execute(

533: 'CREATE_RESOURCE_GROUP_MEMBERS',
534: 'A',
535: 'V')
536: THEN
537: IF jtf_usr_hks.ok_to_execute(
538: 'JTF_RS_GROUP_MEMBERS_PVT',
539: 'CREATE_RESOURCE_GROUP_MEMBERS',
540: 'A',
541: 'V')

Line 579: IF jtf_usr_hks.ok_to_execute(

575: 'CREATE_RESOURCE_GROUP_MEMBERS',
576: 'A',
577: 'I')
578: THEN
579: IF jtf_usr_hks.ok_to_execute(
580: 'JTF_RS_GROUP_MEMBERS_PVT',
581: 'CREATE_RESOURCE_GROUP_MEMBERS',
582: 'A',
583: 'I')

Line 619: IF jtf_usr_hks.ok_to_execute(

615: 'CREATE_RESOURCE_GROUP_MEMBERS',
616: 'M',
617: 'M')
618: THEN
619: IF jtf_usr_hks.ok_to_execute(
620: 'JTF_RS_GROUP_MEMBERS_PVT',
621: 'CREATE_RESOURCE_GROUP_MEMBERS',
622: 'M',
623: 'M')

Line 633: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

629: THEN
630:
631: /* Get the bind data id for the Business Object Instance */
632:
633: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
634:
635:
636: /* Set bind values for the bind variables in the Business Object SQL */
637:

Line 638: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_member_id', l_group_member_id, 'S', 'N');

634:
635:
636: /* Set bind values for the bind variables in the Business Object SQL */
637:
638: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_member_id', l_group_member_id, 'S', 'N');
639:
640:
641: /* Call the message generation API */
642:

Line 643: jtf_usr_hks.generate_message(

639:
640:
641: /* Call the message generation API */
642:
643: jtf_usr_hks.generate_message(
644: p_prod_code => 'JTF',
645: p_bus_obj_code => 'RS_GMBR',
646: p_action_code => 'I',
647: p_bind_data_id => l_bind_data_id,

Line 829: IF jtf_usr_hks.ok_to_execute(

825: 'UPDATE_RESOURCE_GROUP_MEMBERS',
826: 'B',
827: 'C')
828: THEN
829: IF jtf_usr_hks.ok_to_execute(
830: 'JTF_RS_GROUP_MEMBERS_PVT',
831: 'UPDATE_RESOURCE_GROUP_MEMBERS',
832: 'B',
833: 'C')

Line 865: IF jtf_usr_hks.ok_to_execute(

861: 'UPDATE_RESOURCE_GROUP_MEMBERS',
862: 'B',
863: 'V')
864: THEN
865: IF jtf_usr_hks.ok_to_execute(
866: 'JTF_RS_GROUP_MEMBERS_PVT',
867: 'UPDATE_RESOURCE_GROUP_MEMBERS',
868: 'B',
869: 'V')

Line 901: IF jtf_usr_hks.ok_to_execute(

897: 'UPDATE_RESOURCE_GROUP_MEMBERS',
898: 'B',
899: 'I')
900: THEN
901: IF jtf_usr_hks.ok_to_execute(
902: 'JTF_RS_GROUP_MEMBERS_PVT',
903: 'UPDATE_RESOURCE_GROUP_MEMBERS',
904: 'B',
905: 'I')

Line 1025: IF jtf_usr_hks.ok_to_execute(

1021: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1022: 'A',
1023: 'C')
1024: THEN
1025: IF jtf_usr_hks.ok_to_execute(
1026: 'JTF_RS_GROUP_MEMBERS_PVT',
1027: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1028: 'A',
1029: 'C')

Line 1061: IF jtf_usr_hks.ok_to_execute(

1057: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1058: 'A',
1059: 'V')
1060: THEN
1061: IF jtf_usr_hks.ok_to_execute(
1062: 'JTF_RS_GROUP_MEMBERS_PVT',
1063: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1064: 'A',
1065: 'V')

Line 1097: IF jtf_usr_hks.ok_to_execute(

1093: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1094: 'A',
1095: 'I')
1096: THEN
1097: IF jtf_usr_hks.ok_to_execute(
1098: 'JTF_RS_GROUP_MEMBERS_PVT',
1099: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1100: 'A',
1101: 'I')

Line 1131: IF jtf_usr_hks.ok_to_execute(

1127: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1128: 'M',
1129: 'M')
1130: THEN
1131: IF jtf_usr_hks.ok_to_execute(
1132: 'JTF_RS_GROUP_MEMBERS_PVT',
1133: 'UPDATE_RESOURCE_GROUP_MEMBERS',
1134: 'M',
1135: 'M')

Line 1145: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1141: THEN
1142:
1143: /* Get the bind data id for the Business Object Instance */
1144:
1145: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1146:
1147:
1148: /* Set bind values for the bind variables in the Business Object SQL */
1149:

Line 1150: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_member_id', l_group_member_id, 'S', 'N');

1146:
1147:
1148: /* Set bind values for the bind variables in the Business Object SQL */
1149:
1150: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_member_id', l_group_member_id, 'S', 'N');
1151:
1152:
1153: /* Call the message generation API */
1154:

Line 1155: jtf_usr_hks.generate_message(

1151:
1152:
1153: /* Call the message generation API */
1154:
1155: jtf_usr_hks.generate_message(
1156: p_prod_code => 'RS',
1157: p_bus_obj_code => 'GMBR',
1158: p_action_code => 'D',
1159: p_bind_data_id => l_bind_data_id,

Line 1304: IF jtf_usr_hks.ok_to_execute(

1300: 'DELETE_RESOURCE_GROUP_MEMBERS',
1301: 'B',
1302: 'C')
1303: THEN
1304: IF jtf_usr_hks.ok_to_execute(
1305: 'JTF_RS_GROUP_MEMBERS_PVT',
1306: 'DELETE_RESOURCE_GROUP_MEMBERS',
1307: 'B',
1308: 'C')

Line 1345: IF jtf_usr_hks.ok_to_execute(

1341: 'DELETE_RESOURCE_GROUP_MEMBERS',
1342: 'B',
1343: 'V')
1344: THEN
1345: IF jtf_usr_hks.ok_to_execute(
1346: 'JTF_RS_GROUP_MEMBERS_PVT',
1347: 'DELETE_RESOURCE_GROUP_MEMBERS',
1348: 'B',
1349: 'V')

Line 1385: IF jtf_usr_hks.ok_to_execute(

1381: 'DELETE_RESOURCE_GROUP_MEMBERS',
1382: 'B',
1383: 'I')
1384: THEN
1385: IF jtf_usr_hks.ok_to_execute(
1386: 'JTF_RS_GROUP_MEMBERS_PVT',
1387: 'DELETE_RESOURCE_GROUP_MEMBERS',
1388: 'B',
1389: 'I')

Line 1613: IF jtf_usr_hks.ok_to_execute(

1609: 'DELETE_RESOURCE_GROUP_MEMBERS',
1610: 'A',
1611: 'C')
1612: THEN
1613: IF jtf_usr_hks.ok_to_execute(
1614: 'JTF_RS_GROUP_MEMBERS_PVT',
1615: 'DELETE_RESOURCE_GROUP_MEMBERS',
1616: 'A',
1617: 'C')

Line 1654: IF jtf_usr_hks.ok_to_execute(

1650: 'DELETE_RESOURCE_GROUP_MEMBERS',
1651: 'A',
1652: 'V')
1653: THEN
1654: IF jtf_usr_hks.ok_to_execute(
1655: 'JTF_RS_GROUP_MEMBERS_PVT',
1656: 'DELETE_RESOURCE_GROUP_MEMBERS',
1657: 'A',
1658: 'V')

Line 1694: IF jtf_usr_hks.ok_to_execute(

1690: 'DELETE_RESOURCE_GROUP_MEMBERS',
1691: 'A',
1692: 'I')
1693: THEN
1694: IF jtf_usr_hks.ok_to_execute(
1695: 'JTF_RS_GROUP_MEMBERS_PVT',
1696: 'DELETE_RESOURCE_GROUP_MEMBERS',
1697: 'A',
1698: 'I')

Line 1732: IF jtf_usr_hks.ok_to_execute(

1728: 'DELETE_RESOURCE_GROUP_MEMBERS',
1729: 'M',
1730: 'M')
1731: THEN
1732: IF jtf_usr_hks.ok_to_execute(
1733: 'JTF_RS_GROUP_MEMBERS_PVT',
1734: 'DELETE_RESOURCE_GROUP_MEMBERS',
1735: 'M',
1736: 'M')

Line 1746: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1742: THEN
1743:
1744: /* Get the bind data id for the Business Object Instance */
1745:
1746: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1747:
1748:
1749: /* Set bind values for the bind variables in the Business Object SQL */
1750:

Line 1751: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_member_id', l_group_member_id, 'S', 'N');

1747:
1748:
1749: /* Set bind values for the bind variables in the Business Object SQL */
1750:
1751: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_member_id', l_group_member_id, 'S', 'N');
1752:
1753:
1754: /* Call the message generation API */
1755:

Line 1756: jtf_usr_hks.generate_message(

1752:
1753:
1754: /* Call the message generation API */
1755:
1756: jtf_usr_hks.generate_message(
1757: p_prod_code => 'RS',
1758: p_bus_obj_code => 'GMBR',
1759: p_action_code => 'D',
1760: p_bind_data_id => l_bind_data_id,