DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_USAGES_PVT dependencies on JTF_USR_HKS

Line 144: IF jtf_usr_hks.ok_to_execute(

140: 'CREATE_GROUP_USAGE',
141: 'B',
142: 'C')
143: THEN
144: IF jtf_usr_hks.ok_to_execute(
145: 'JTF_RS_GROUP_USAGES_PVT',
146: 'CREATE_GROUP_USAGE',
147: 'B',
148: 'C')

Line 181: IF jtf_usr_hks.ok_to_execute(

177: 'CREATE_GROUP_USAGE',
178: 'B',
179: 'V')
180: THEN
181: IF jtf_usr_hks.ok_to_execute(
182: 'JTF_RS_GROUP_USAGES_PVT',
183: 'CREATE_GROUP_USAGE',
184: 'B',
185: 'V')

Line 218: IF jtf_usr_hks.ok_to_execute(

214: 'CREATE_GROUP_USAGE',
215: 'B',
216: 'I')
217: THEN
218: IF jtf_usr_hks.ok_to_execute(
219: 'JTF_RS_GROUP_USAGES_PVT',
220: 'CREATE_GROUP_USAGE',
221: 'B',
222: 'I')

Line 402: IF jtf_usr_hks.ok_to_execute(

398: 'CREATE_GROUP_USAGE',
399: 'A',
400: 'C')
401: THEN
402: IF jtf_usr_hks.ok_to_execute(
403: 'JTF_RS_GROUP_USAGES_PVT',
404: 'CREATE_GROUP_USAGE',
405: 'A',
406: 'C')

Line 440: IF jtf_usr_hks.ok_to_execute(

436: 'CREATE_GROUP_USAGE',
437: 'A',
438: 'V')
439: THEN
440: IF jtf_usr_hks.ok_to_execute(
441: 'JTF_RS_GROUP_USAGES_PVT',
442: 'CREATE_GROUP_USAGE',
443: 'A',
444: 'V')

Line 478: IF jtf_usr_hks.ok_to_execute(

474: 'CREATE_GROUP_USAGE',
475: 'A',
476: 'I')
477: THEN
478: IF jtf_usr_hks.ok_to_execute(
479: 'JTF_RS_GROUP_USAGES_PVT',
480: 'CREATE_GROUP_USAGE',
481: 'A',
482: 'I')

Line 514: IF jtf_usr_hks.ok_to_execute(

510: 'CREATE_GROUP_USAGE',
511: 'M',
512: 'M')
513: THEN
514: IF jtf_usr_hks.ok_to_execute(
515: 'JTF_RS_GROUP_USAGES_PVT',
516: 'CREATE_GROUP_USAGE',
517: 'M',
518: 'M')

Line 528: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

524: THEN
525:
526: /* Get the bind data id for the Business Object Instance */
527:
528: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
529:
530:
531: /* Set bind values for the bind variables in the Business Object SQL */
532:

Line 533: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_usage_id', l_group_usage_id, 'S', 'N');

529:
530:
531: /* Set bind values for the bind variables in the Business Object SQL */
532:
533: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_usage_id', l_group_usage_id, 'S', 'N');
534:
535:
536: /* Call the message generation API */
537:

Line 538: jtf_usr_hks.generate_message(

534:
535:
536: /* Call the message generation API */
537:
538: jtf_usr_hks.generate_message(
539: p_prod_code => 'JTF',
540: p_bus_obj_code => 'RS_GUSG',
541: p_action_code => 'I',
542: p_bind_data_id => l_bind_data_id,

Line 695: IF jtf_usr_hks.ok_to_execute(

691: 'DELETE_GROUP_USAGE',
692: 'B',
693: 'C')
694: THEN
695: IF jtf_usr_hks.ok_to_execute(
696: 'JTF_RS_GROUP_USAGES_PVT',
697: 'DELETE_GROUP_USAGE',
698: 'B',
699: 'C')

Line 732: IF jtf_usr_hks.ok_to_execute(

728: 'DELETE_GROUP_USAGE',
729: 'B',
730: 'V')
731: THEN
732: IF jtf_usr_hks.ok_to_execute(
733: 'JTF_RS_GROUP_USAGES_PVT',
734: 'DELETE_GROUP_USAGE',
735: 'B',
736: 'V')

Line 769: IF jtf_usr_hks.ok_to_execute(

765: 'DELETE_GROUP_USAGE',
766: 'B',
767: 'I')
768: THEN
769: IF jtf_usr_hks.ok_to_execute(
770: 'JTF_RS_GROUP_USAGES_PVT',
771: 'DELETE_GROUP_USAGE',
772: 'B',
773: 'I')

Line 918: IF jtf_usr_hks.ok_to_execute(

914: 'DELETE_GROUP_USAGE',
915: 'A',
916: 'C')
917: THEN
918: IF jtf_usr_hks.ok_to_execute(
919: 'JTF_RS_GROUP_USAGES_PVT',
920: 'DELETE_GROUP_USAGE',
921: 'A',
922: 'C')

Line 955: IF jtf_usr_hks.ok_to_execute(

951: 'DELETE_GROUP_USAGE',
952: 'A',
953: 'V')
954: THEN
955: IF jtf_usr_hks.ok_to_execute(
956: 'JTF_RS_GROUP_USAGES_PVT',
957: 'DELETE_GROUP_USAGE',
958: 'A',
959: 'V')

Line 992: IF jtf_usr_hks.ok_to_execute(

988: 'DELETE_GROUP_USAGE',
989: 'A',
990: 'I')
991: THEN
992: IF jtf_usr_hks.ok_to_execute(
993: 'JTF_RS_GROUP_USAGES_PVT',
994: 'DELETE_GROUP_USAGE',
995: 'A',
996: 'I')

Line 1027: IF jtf_usr_hks.ok_to_execute(

1023: 'DELETE_GROUP_USAGE',
1024: 'M',
1025: 'M')
1026: THEN
1027: IF jtf_usr_hks.ok_to_execute(
1028: 'JTF_RS_GROUP_USAGES_PVT',
1029: 'DELETE_GROUP_USAGE',
1030: 'M',
1031: 'M')

Line 1041: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1037: THEN
1038:
1039: /* Get the bind data id for the Business Object Instance */
1040:
1041: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1042:
1043:
1044: /* Set bind values for the bind variables in the Business Object SQL */
1045:

Line 1046: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_usage_id', l_group_usage_id, 'S', 'N');

1042:
1043:
1044: /* Set bind values for the bind variables in the Business Object SQL */
1045:
1046: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_usage_id', l_group_usage_id, 'S', 'N');
1047:
1048:
1049: /* Call the message generation API */
1050:

Line 1051: jtf_usr_hks.generate_message(

1047:
1048:
1049: /* Call the message generation API */
1050:
1051: jtf_usr_hks.generate_message(
1052: p_prod_code => 'RS',
1053: p_bus_obj_code => 'GUSG',
1054: p_action_code => 'D',
1055: p_bind_data_id => l_bind_data_id,