DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_USAGES_PVT dependencies on JTF_USR_HKS

Line 141: IF jtf_usr_hks.ok_to_execute(

137: 'B',
138: 'C')
139: THEN
140:
141: IF jtf_usr_hks.ok_to_execute(
142: 'JTF_RS_TEAM_USAGES_PVT',
143: 'CREATE_TEAM_USAGE',
144: 'B',
145: 'C')

Line 177: IF jtf_usr_hks.ok_to_execute(

173: 'B',
174: 'V')
175: THEN
176:
177: IF jtf_usr_hks.ok_to_execute(
178: 'JTF_RS_TEAM_USAGES_PVT',
179: 'CREATE_TEAM_USAGE',
180: 'B',
181: 'V')

Line 212: IF jtf_usr_hks.ok_to_execute(

208: 'CREATE_TEAM_USAGE',
209: 'B',
210: 'I')
211: THEN
212: IF jtf_usr_hks.ok_to_execute(
213: 'JTF_RS_TEAM_USAGES_PVT',
214: 'CREATE_TEAM_USAGE',
215: 'B',
216: 'I')

Line 396: IF jtf_usr_hks.ok_to_execute(

392: 'A',
393: 'C')
394: THEN
395:
396: IF jtf_usr_hks.ok_to_execute(
397: 'JTF_RS_TEAM_USAGES_PVT',
398: 'CREATE_TEAM_USAGE',
399: 'A',
400: 'C')

Line 432: IF jtf_usr_hks.ok_to_execute(

428: 'CREATE_TEAM_USAGE',
429: 'A',
430: 'V')
431: THEN
432: IF jtf_usr_hks.ok_to_execute(
433: 'JTF_RS_TEAM_USAGES_PVT',
434: 'CREATE_TEAM_USAGE',
435: 'A',
436: 'V')

Line 468: IF jtf_usr_hks.ok_to_execute(

464: 'CREATE_TEAM_USAGE',
465: 'A',
466: 'I')
467: THEN
468: IF jtf_usr_hks.ok_to_execute(
469: 'JTF_RS_TEAM_USAGES_PVT',
470: 'CREATE_TEAM_USAGE',
471: 'A',
472: 'I')

Line 504: IF jtf_usr_hks.ok_to_execute(

500: 'CREATE_TEAM_USAGE',
501: 'M',
502: 'M')
503: THEN
504: IF jtf_usr_hks.ok_to_execute(
505: 'JTF_RS_TEAM_USAGES_PVT',
506: 'CREATE_TEAM_USAGE',
507: 'M',
508: 'M')

Line 518: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

514: THEN
515:
516: /* Get the bind data id for the Business Object Instance */
517:
518: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
519:
520:
521: /* Set bind values for the bind variables in the Business Object SQL */
522:

Line 523: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_usage_id', l_team_usage_id, 'S', 'N');

519:
520:
521: /* Set bind values for the bind variables in the Business Object SQL */
522:
523: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_usage_id', l_team_usage_id, 'S', 'N');
524:
525:
526: /* Call the message generation API */
527:

Line 528: jtf_usr_hks.generate_message(

524:
525:
526: /* Call the message generation API */
527:
528: jtf_usr_hks.generate_message(
529: p_prod_code => 'JTF',
530: p_bus_obj_code => 'RS_TUSG',
531: p_action_code => 'I',
532: p_bind_data_id => l_bind_data_id,

Line 668: IF jtf_usr_hks.ok_to_execute(

664: 'DELETE_TEAM_USAGE',
665: 'B',
666: 'C')
667: THEN
668: IF jtf_usr_hks.ok_to_execute(
669: 'JTF_RS_TEAM_USAGES_PVT',
670: 'DELETE_TEAM_USAGE',
671: 'B',
672: 'C')

Line 704: IF jtf_usr_hks.ok_to_execute(

700: 'DELETE_TEAM_USAGE',
701: 'B',
702: 'V')
703: THEN
704: IF jtf_usr_hks.ok_to_execute(
705: 'JTF_RS_TEAM_USAGES_PVT',
706: 'DELETE_TEAM_USAGE',
707: 'B',
708: 'V')

Line 740: IF jtf_usr_hks.ok_to_execute(

736: 'DELETE_TEAM_USAGE',
737: 'B',
738: 'I')
739: THEN
740: IF jtf_usr_hks.ok_to_execute(
741: 'JTF_RS_TEAM_USAGES_PVT',
742: 'DELETE_TEAM_USAGE',
743: 'B',
744: 'I')

Line 869: IF jtf_usr_hks.ok_to_execute(

865: 'A',
866: 'C')
867: THEN
868:
869: IF jtf_usr_hks.ok_to_execute(
870: 'JTF_RS_TEAM_USAGES_PVT',
871: 'DELETE_TEAM_USAGE',
872: 'A',
873: 'C')

Line 905: IF jtf_usr_hks.ok_to_execute(

901: 'DELETE_TEAM_USAGE',
902: 'A',
903: 'V')
904: THEN
905: IF jtf_usr_hks.ok_to_execute(
906: 'JTF_RS_TEAM_USAGES_PVT',
907: 'DELETE_TEAM_USAGE',
908: 'A',
909: 'V')

Line 941: IF jtf_usr_hks.ok_to_execute(

937: 'DELETE_TEAM_USAGE',
938: 'A',
939: 'I')
940: THEN
941: IF jtf_usr_hks.ok_to_execute(
942: 'JTF_RS_TEAM_USAGES_PVT',
943: 'DELETE_TEAM_USAGE',
944: 'A',
945: 'I')

Line 976: IF jtf_usr_hks.ok_to_execute(

972: 'DELETE_TEAM_USAGE',
973: 'M',
974: 'M')
975: THEN
976: IF jtf_usr_hks.ok_to_execute(
977: 'JTF_RS_TEAM_USAGES_PVT',
978: 'DELETE_TEAM_USAGE',
979: 'M',
980: 'M')

Line 990: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

986: THEN
987:
988: /* Get the bind data id for the Business Object Instance */
989:
990: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
991:
992:
993: /* Set bind values for the bind variables in the Business Object SQL */
994:

Line 995: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_usage_id', l_team_usage_id, 'S', 'N');

991:
992:
993: /* Set bind values for the bind variables in the Business Object SQL */
994:
995: jtf_usr_hks.load_bind_data(l_bind_data_id, 'team_usage_id', l_team_usage_id, 'S', 'N');
996:
997:
998: /* Call the message generation API */
999:

Line 1000: jtf_usr_hks.generate_message(

996:
997:
998: /* Call the message generation API */
999:
1000: jtf_usr_hks.generate_message(
1001: p_prod_code => 'RS',
1002: p_bus_obj_code => 'TUSG',
1003: p_action_code => 'D',
1004: p_bind_data_id => l_bind_data_id,