DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_USR_HKS

Line 119: IF jtf_usr_hks.ok_to_execute(

115: 'CREATE_RESOURCE_GROUP',
116: 'B',
117: 'C')
118: THEN
119: IF jtf_usr_hks.ok_to_execute(
120: 'JTF_RS_GROUPS_PVT',
121: 'CREATE_RESOURCE_GROUP',
122: 'B',
123: 'C')

Line 160: IF jtf_usr_hks.ok_to_execute(

156: 'CREATE_RESOURCE_GROUP',
157: 'B',
158: 'V')
159: THEN
160: IF jtf_usr_hks.ok_to_execute(
161: 'JTF_RS_GROUPS_PVT',
162: 'CREATE_RESOURCE_GROUP',
163: 'B',
164: 'V')

Line 204: IF jtf_usr_hks.ok_to_execute(

200: 'CREATE_RESOURCE_GROUP',
201: 'B',
202: 'I')
203: THEN
204: IF jtf_usr_hks.ok_to_execute(
205: 'JTF_RS_GROUPS_PVT',
206: 'CREATE_RESOURCE_GROUP',
207: 'B',
208: 'I')

Line 453: IF jtf_usr_hks.ok_to_execute(

449: /* Make the post processing call to the user hooks */
450:
451: /* Post Call to the Customer Type User Hook */
452:
453: IF jtf_usr_hks.ok_to_execute(
454: 'JTF_RS_GROUPS_PVT',
455: 'CREATE_RESOURCE_GROUP',
456: 'A',
457: 'C')

Line 492: IF jtf_usr_hks.ok_to_execute(

488:
489:
490: /* Post Call to the Vertical Type User Hook */
491:
492: IF jtf_usr_hks.ok_to_execute(
493: 'JTF_RS_GROUPS_PVT',
494: 'CREATE_RESOURCE_GROUP',
495: 'A',
496: 'V')

Line 532: IF jtf_usr_hks.ok_to_execute(

528:
529:
530: /* Post Call to the Internal Type User Hook */
531:
532: IF jtf_usr_hks.ok_to_execute(
533: 'JTF_RS_GROUPS_PVT',
534: 'CREATE_RESOURCE_GROUP',
535: 'A',
536: 'I')

Line 571: IF jtf_usr_hks.ok_to_execute(

567:
568:
569: /* Standard call for Message Generation */
570:
571: IF jtf_usr_hks.ok_to_execute(
572: 'JTF_RS_GROUPS_PVT',
573: 'CREATE_RESOURCE_GROUP',
574: 'M',
575: 'M')

Line 585: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

581: THEN
582:
583: /* Get the bind data id for the Business Object Instance */
584:
585: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
586:
587:
588: /* Set bind values for the bind variables in the Business Object SQL */
589:

Line 590: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_id', l_group_id, 'S', 'N');

586:
587:
588: /* Set bind values for the bind variables in the Business Object SQL */
589:
590: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_id', l_group_id, 'S', 'N');
591:
592:
593: /* Call the message generation API */
594:

Line 595: jtf_usr_hks.generate_message(

591:
592:
593: /* Call the message generation API */
594:
595: jtf_usr_hks.generate_message(
596: p_prod_code => 'JTF',
597: p_bus_obj_code => 'JTF_GRP',
598: p_action_code => 'I',
599: p_bind_data_id => l_bind_data_id,

Line 1029: IF jtf_usr_hks.ok_to_execute(

1025: 'UPDATE_RESOURCE_GROUP',
1026: 'B',
1027: 'C')
1028: THEN
1029: IF jtf_usr_hks.ok_to_execute(
1030: 'JTF_RS_GROUPS_PVT',
1031: 'UPDATE_RESOURCE_GROUP',
1032: 'B',
1033: 'C')

Line 1075: IF jtf_usr_hks.ok_to_execute(

1071: 'UPDATE_RESOURCE_GROUP',
1072: 'B',
1073: 'V')
1074: THEN
1075: IF jtf_usr_hks.ok_to_execute(
1076: 'JTF_RS_GROUPS_PVT',
1077: 'UPDATE_RESOURCE_GROUP',
1078: 'B',
1079: 'V')

Line 1122: IF jtf_usr_hks.ok_to_execute(

1118: 'UPDATE_RESOURCE_GROUP',
1119: 'B',
1120: 'I')
1121: THEN
1122: IF jtf_usr_hks.ok_to_execute(
1123: 'JTF_RS_GROUPS_PVT',
1124: 'UPDATE_RESOURCE_GROUP',
1125: 'B',
1126: 'I')

Line 1836: IF jtf_usr_hks.ok_to_execute(

1832: 'UPDATE_RESOURCE_GROUP',
1833: 'A',
1834: 'C')
1835: THEN
1836: IF jtf_usr_hks.ok_to_execute(
1837: 'JTF_RS_GROUPS_PVT',
1838: 'UPDATE_RESOURCE_GROUP',
1839: 'A',
1840: 'C')

Line 1881: IF jtf_usr_hks.ok_to_execute(

1877: 'UPDATE_RESOURCE_GROUP',
1878: 'A',
1879: 'V')
1880: THEN
1881: IF jtf_usr_hks.ok_to_execute(
1882: 'JTF_RS_GROUPS_PVT',
1883: 'UPDATE_RESOURCE_GROUP',
1884: 'A',
1885: 'V')

Line 1928: IF jtf_usr_hks.ok_to_execute(

1924: 'UPDATE_RESOURCE_GROUP',
1925: 'A',
1926: 'I')
1927: THEN
1928: IF jtf_usr_hks.ok_to_execute(
1929: 'JTF_RS_GROUPS_PVT',
1930: 'UPDATE_RESOURCE_GROUP',
1931: 'A',
1932: 'I')

Line 1972: IF jtf_usr_hks.ok_to_execute(

1968: 'UPDATE_RESOURCE_GROUP',
1969: 'M',
1970: 'M')
1971: THEN
1972: IF jtf_usr_hks.ok_to_execute(
1973: 'JTF_RS_GROUPS_PVT',
1974: 'UPDATE_RESOURCE_GROUP',
1975: 'M',
1976: 'M')

Line 1986: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1982: THEN
1983:
1984: /* Get the bind data id for the Business Object Instance */
1985:
1986: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1987:
1988:
1989: /* Set bind values for the bind variables in the Business Object SQL */
1990:

Line 1991: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_id', l_group_id, 'S', 'N');

1987:
1988:
1989: /* Set bind values for the bind variables in the Business Object SQL */
1990:
1991: jtf_usr_hks.load_bind_data(l_bind_data_id, 'group_id', l_group_id, 'S', 'N');
1992:
1993:
1994: /* Call the message generation API */
1995:

Line 1996: jtf_usr_hks.generate_message(

1992:
1993:
1994: /* Call the message generation API */
1995:
1996: jtf_usr_hks.generate_message(
1997: p_prod_code => 'RS',
1998: p_bus_obj_code => 'GRP',
1999: p_action_code => 'U',
2000: p_bind_data_id => l_bind_data_id,