DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_PVT dependencies on JTF_USR_HKS

Line 232: IF jtf_usr_hks.ok_to_execute(

228: 'CREATE_RESOURCE',
229: 'B',
230: 'C')
231: THEN
232: IF jtf_usr_hks.ok_to_execute(
233: 'JTF_RS_RESOURCE_PVT',
234: 'CREATE_RESOURCE',
235: 'B',
236: 'C')

Line 294: IF jtf_usr_hks.ok_to_execute(

290: 'CREATE_RESOURCE',
291: 'B',
292: 'V')
293: THEN
294: IF jtf_usr_hks.ok_to_execute(
295: 'JTF_RS_RESOURCE_PVT',
296: 'CREATE_RESOURCE',
297: 'B',
298: 'V')

Line 357: IF jtf_usr_hks.ok_to_execute(

353: 'CREATE_RESOURCE',
354: 'B',
355: 'I')
356: THEN
357: IF jtf_usr_hks.ok_to_execute(
358: 'JTF_RS_RESOURCE_PVT',
359: 'CREATE_RESOURCE',
360: 'B',
361: 'I')

Line 625: IF jtf_usr_hks.ok_to_execute(

621: /* Make the post processing call to the user hooks */
622:
623: /* Post Call to the Customer Type User Hook */
624:
625: IF jtf_usr_hks.ok_to_execute(
626: 'JTF_RS_RESOURCE_PVT',
627: 'CREATE_RESOURCE',
628: 'A',
629: 'C')

Line 681: IF jtf_usr_hks.ok_to_execute(

677:
678:
679: /* Post Call to the Vertical Type User Hook */
680:
681: IF jtf_usr_hks.ok_to_execute(
682: 'JTF_RS_RESOURCE_PVT',
683: 'CREATE_RESOURCE',
684: 'A',
685: 'V')

Line 743: IF jtf_usr_hks.ok_to_execute(

739: 'CREATE_RESOURCE',
740: 'A',
741: 'I')
742: THEN
743: IF jtf_usr_hks.ok_to_execute(
744: 'JTF_RS_RESOURCE_PVT',
745: 'CREATE_RESOURCE',
746: 'A',
747: 'I')

Line 804: IF jtf_usr_hks.ok_to_execute(

800: 'CREATE_RESOURCE',
801: 'M',
802: 'M')
803: THEN
804: IF jtf_usr_hks.ok_to_execute(
805: 'JTF_RS_RESOURCE_PVT',
806: 'CREATE_RESOURCE',
807: 'M',
808: 'M')

Line 818: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

814: THEN
815:
816: /* Get the bind data id for the Business Object Instance */
817:
818: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
819:
820:
821: /* Set bind values for the bind variables in the Business Object SQL */
822:

Line 823: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');

819:
820:
821: /* Set bind values for the bind variables in the Business Object SQL */
822:
823: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');
824:
825:
826: /* Call the message generation API */
827:

Line 828: jtf_usr_hks.generate_message(

824:
825:
826: /* Call the message generation API */
827:
828: jtf_usr_hks.generate_message(
829: p_prod_code => 'JTF',
830: p_bus_obj_code => 'RS_RES',
831: p_action_code => 'I',
832: p_bind_data_id => l_bind_data_id,

Line 888: -- ELSIF(l_value = 'JTF_USR_HKS')

884: -- IF(l_value = 'XMLGEN')
885: -- THEN
886: -- fnd_message.set_name ('JTF', 'JTF_RS_XMLGEN_ERR');
887: -- FND_MSG_PUB.add;
888: -- ELSIF(l_value = 'JTF_USR_HKS')
889: -- THEN
890: -- fnd_message.set_name ('JTF', 'JTF_RS_JUHK_ERR');
891: -- FND_MSG_PUB.add;
892: -- END IF;

Line 1188: IF jtf_usr_hks.ok_to_execute(

1184: 'CREATE_RESOURCE',
1185: 'B',
1186: 'C')
1187: THEN
1188: IF jtf_usr_hks.ok_to_execute(
1189: 'JTF_RS_RESOURCE_PVT',
1190: 'CREATE_RESOURCE',
1191: 'B',
1192: 'C')

Line 1251: IF jtf_usr_hks.ok_to_execute(

1247: 'CREATE_RESOURCE',
1248: 'B',
1249: 'V')
1250: THEN
1251: IF jtf_usr_hks.ok_to_execute(
1252: 'JTF_RS_RESOURCE_PVT',
1253: 'CREATE_RESOURCE',
1254: 'B',
1255: 'V')

Line 1314: IF jtf_usr_hks.ok_to_execute(

1310: 'CREATE_RESOURCE',
1311: 'B',
1312: 'I')
1313: THEN
1314: IF jtf_usr_hks.ok_to_execute(
1315: 'JTF_RS_RESOURCE_PVT',
1316: 'CREATE_RESOURCE',
1317: 'B',
1318: 'I')

Line 1646: IF jtf_usr_hks.ok_to_execute(

1642: /* Make the post processing call to the user hooks */
1643:
1644: /* Post Call to the Customer Type User Hook */
1645:
1646: IF jtf_usr_hks.ok_to_execute(
1647: 'JTF_RS_RESOURCE_PVT',
1648: 'CREATE_RESOURCE',
1649: 'A',
1650: 'C')

Line 1703: IF jtf_usr_hks.ok_to_execute(

1699: 'CREATE_RESOURCE',
1700: 'A',
1701: 'V')
1702: THEN
1703: IF jtf_usr_hks.ok_to_execute(
1704: 'JTF_RS_RESOURCE_PVT',
1705: 'CREATE_RESOURCE',
1706: 'A',
1707: 'V')

Line 1767: IF jtf_usr_hks.ok_to_execute(

1763: 'CREATE_RESOURCE',
1764: 'A',
1765: 'I')
1766: THEN
1767: IF jtf_usr_hks.ok_to_execute(
1768: 'JTF_RS_RESOURCE_PVT',
1769: 'CREATE_RESOURCE',
1770: 'A',
1771: 'I')

Line 1828: IF jtf_usr_hks.ok_to_execute(

1824: 'CREATE_RESOURCE',
1825: 'M',
1826: 'M')
1827: THEN
1828: IF jtf_usr_hks.ok_to_execute(
1829: 'JTF_RS_RESOURCE_PVT',
1830: 'CREATE_RESOURCE',
1831: 'M',
1832: 'M')

Line 1842: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1838: THEN
1839:
1840: /* Get the bind data id for the Business Object Instance */
1841:
1842: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1843:
1844:
1845: /* Set bind values for the bind variables in the Business Object SQL */
1846:

Line 1847: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');

1843:
1844:
1845: /* Set bind values for the bind variables in the Business Object SQL */
1846:
1847: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');
1848:
1849:
1850: /* Call the message generation API */
1851:

Line 1852: jtf_usr_hks.generate_message(

1848:
1849:
1850: /* Call the message generation API */
1851:
1852: jtf_usr_hks.generate_message(
1853: p_prod_code => 'JTF',
1854: p_bus_obj_code => 'RS_RES',
1855: p_action_code => 'I',
1856: p_bind_data_id => l_bind_data_id,

Line 1964: -- ELSIF(l_value = 'JTF_USR_HKS')

1960: -- IF(l_value = 'XMLGEN')
1961: -- THEN
1962: -- fnd_message.set_name ('JTF', 'JTF_RS_XMLGEN_ERR');
1963: -- FND_MSG_PUB.add;
1964: -- ELSIF(l_value = 'JTF_USR_HKS')
1965: -- THEN
1966: -- fnd_message.set_name ('JTF', 'JTF_RS_JUHK_ERR');
1967: -- FND_MSG_PUB.add;
1968: -- END IF;

Line 2428: IF jtf_usr_hks.ok_to_execute(

2424: 'UPDATE_RESOURCE',
2425: 'B',
2426: 'C')
2427: THEN
2428: IF jtf_usr_hks.ok_to_execute(
2429: 'JTF_RS_RESOURCE_PVT',
2430: 'UPDATE_RESOURCE',
2431: 'B',
2432: 'C')

Line 2488: IF jtf_usr_hks.ok_to_execute(

2484: 'UPDATE_RESOURCE',
2485: 'B',
2486: 'V')
2487: THEN
2488: IF jtf_usr_hks.ok_to_execute(
2489: 'JTF_RS_RESOURCE_PVT',
2490: 'UPDATE_RESOURCE',
2491: 'B',
2492: 'V')

Line 2548: IF jtf_usr_hks.ok_to_execute(

2544: 'UPDATE_RESOURCE',
2545: 'B',
2546: 'I')
2547: THEN
2548: IF jtf_usr_hks.ok_to_execute(
2549: 'JTF_RS_RESOURCE_PVT',
2550: 'UPDATE_RESOURCE',
2551: 'B',
2552: 'I')

Line 3637: IF jtf_usr_hks.ok_to_execute(

3633: 'UPDATE_RESOURCE',
3634: 'A',
3635: 'C')
3636: THEN
3637: IF jtf_usr_hks.ok_to_execute(
3638: 'JTF_RS_RESOURCE_PVT',
3639: 'UPDATE_RESOURCE',
3640: 'A',
3641: 'C')

Line 3696: IF jtf_usr_hks.ok_to_execute(

3692: 'UPDATE_RESOURCE',
3693: 'A',
3694: 'V')
3695: THEN
3696: IF jtf_usr_hks.ok_to_execute(
3697: 'JTF_RS_RESOURCE_PVT',
3698: 'UPDATE_RESOURCE',
3699: 'A',
3700: 'V')

Line 3756: IF jtf_usr_hks.ok_to_execute(

3752: 'UPDATE_RESOURCE',
3753: 'A',
3754: 'I')
3755: THEN
3756: IF jtf_usr_hks.ok_to_execute(
3757: 'JTF_RS_RESOURCE_PVT',
3758: 'UPDATE_RESOURCE',
3759: 'A',
3760: 'I')

Line 3815: IF jtf_usr_hks.ok_to_execute(

3811: 'UPDATE_RESOURCE',
3812: 'M',
3813: 'M')
3814: THEN
3815: IF jtf_usr_hks.ok_to_execute(
3816: 'JTF_RS_RESOURCE_PVT',
3817: 'UPDATE_RESOURCE',
3818: 'M',
3819: 'M')

Line 3829: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

3825: THEN
3826:
3827: /* Get the bind data id for the Business Object Instance */
3828:
3829: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
3830:
3831:
3832: /* Set bind values for the bind variables in the Business Object SQL */
3833:

Line 3834: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');

3830:
3831:
3832: /* Set bind values for the bind variables in the Business Object SQL */
3833:
3834: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');
3835:
3836:
3837: /* Call the message generation API */
3838:

Line 3839: jtf_usr_hks.generate_message(

3835:
3836:
3837: /* Call the message generation API */
3838:
3839: jtf_usr_hks.generate_message(
3840: p_prod_code => 'RS',
3841: p_bus_obj_code => 'RES',
3842: p_action_code => 'U',
3843: p_bind_data_id => l_bind_data_id,

Line 3900: -- ELSIF(l_value = 'JTF_USR_HKS')

3896: -- IF(l_value = 'XMLGEN')
3897: -- THEN
3898: -- fnd_message.set_name ('JTF', 'JTF_RS_XMLGEN_ERR');
3899: -- FND_MSG_PUB.add;
3900: -- ELSIF(l_value = 'JTF_USR_HKS')
3901: -- THEN
3902: -- fnd_message.set_name ('JTF', 'JTF_RS_JUHK_ERR');
3903: -- FND_MSG_PUB.add;
3904: -- END IF;

Line 4394: IF jtf_usr_hks.ok_to_execute(

4390: 'UPDATE_RESOURCE',
4391: 'B',
4392: 'C')
4393: THEN
4394: IF jtf_usr_hks.ok_to_execute(
4395: 'JTF_RS_RESOURCE_PVT',
4396: 'UPDATE_RESOURCE',
4397: 'B',
4398: 'C')

Line 4454: IF jtf_usr_hks.ok_to_execute(

4450: 'UPDATE_RESOURCE',
4451: 'B',
4452: 'V')
4453: THEN
4454: IF jtf_usr_hks.ok_to_execute(
4455: 'JTF_RS_RESOURCE_PVT',
4456: 'UPDATE_RESOURCE',
4457: 'B',
4458: 'V')

Line 4513: IF jtf_usr_hks.ok_to_execute(

4509: 'UPDATE_RESOURCE',
4510: 'B',
4511: 'I')
4512: THEN
4513: IF jtf_usr_hks.ok_to_execute(
4514: 'JTF_RS_RESOURCE_PVT',
4515: 'UPDATE_RESOURCE',
4516: 'B',
4517: 'I')

Line 5751: IF jtf_usr_hks.ok_to_execute(

5747: 'UPDATE_RESOURCE',
5748: 'A',
5749: 'C')
5750: THEN
5751: IF jtf_usr_hks.ok_to_execute(
5752: 'JTF_RS_RESOURCE_PVT',
5753: 'UPDATE_RESOURCE',
5754: 'A',
5755: 'C')

Line 5810: IF jtf_usr_hks.ok_to_execute(

5806: 'UPDATE_RESOURCE',
5807: 'A',
5808: 'V')
5809: THEN
5810: IF jtf_usr_hks.ok_to_execute(
5811: 'JTF_RS_RESOURCE_PVT',
5812: 'UPDATE_RESOURCE',
5813: 'A',
5814: 'V')

Line 5870: IF jtf_usr_hks.ok_to_execute(

5866: 'UPDATE_RESOURCE',
5867: 'A',
5868: 'I')
5869: THEN
5870: IF jtf_usr_hks.ok_to_execute(
5871: 'JTF_RS_RESOURCE_PVT',
5872: 'UPDATE_RESOURCE',
5873: 'A',
5874: 'I')

Line 5930: IF jtf_usr_hks.ok_to_execute(

5926: 'UPDATE_RESOURCE',
5927: 'M',
5928: 'M')
5929: THEN
5930: IF jtf_usr_hks.ok_to_execute(
5931: 'JTF_RS_RESOURCE_PVT',
5932: 'UPDATE_RESOURCE',
5933: 'M',
5934: 'M')

Line 5944: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

5940: THEN
5941:
5942: /* Get the bind data id for the Business Object Instance */
5943:
5944: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
5945:
5946:
5947: /* Set bind values for the bind variables in the Business Object SQL */
5948:

Line 5949: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');

5945:
5946:
5947: /* Set bind values for the bind variables in the Business Object SQL */
5948:
5949: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');
5950:
5951:
5952: /* Call the message generation API */
5953:

Line 5954: jtf_usr_hks.generate_message(

5950:
5951:
5952: /* Call the message generation API */
5953:
5954: jtf_usr_hks.generate_message(
5955: p_prod_code => 'RS',
5956: p_bus_obj_code => 'RES',
5957: p_action_code => 'U',
5958: p_bind_data_id => l_bind_data_id,

Line 6015: -- ELSIF(l_value = 'JTF_USR_HKS')

6011: -- IF(l_value = 'XMLGEN')
6012: -- THEN
6013: -- fnd_message.set_name ('JTF', 'JTF_RS_XMLGEN_ERR');
6014: -- FND_MSG_PUB.add;
6015: -- ELSIF(l_value = 'JTF_USR_HKS')
6016: -- THEN
6017: -- fnd_message.set_name ('JTF', 'JTF_RS_JUHK_ERR');
6018: -- FND_MSG_PUB.add;
6019: -- END IF;

Line 6097: IF jtf_usr_hks.ok_to_execute(

6093: 'DELETE_RESOURCE',
6094: 'B',
6095: 'C')
6096: THEN
6097: IF jtf_usr_hks.ok_to_execute(
6098: 'JTF_RS_RESOURCE_PVT',
6099: 'DELETE_RESOURCE',
6100: 'B',
6101: 'C')

Line 6131: IF jtf_usr_hks.ok_to_execute(

6127: 'DELETE_RESOURCE',
6128: 'B',
6129: 'V')
6130: THEN
6131: IF jtf_usr_hks.ok_to_execute(
6132: 'JTF_RS_RESOURCE_PVT',
6133: 'DELETE_RESOURCE',
6134: 'B',
6135: 'V')

Line 6158: IF jtf_usr_hks.ok_to_execute(

6154:
6155:
6156: /* Pre Call to the Internal Type User Hook */
6157:
6158: IF jtf_usr_hks.ok_to_execute(
6159: 'JTF_RS_RESOURCE_PVT',
6160: 'DELETE_RESOURCE',
6161: 'B',
6162: 'I')

Line 6164: IF jtf_usr_hks.ok_to_execute(

6160: 'DELETE_RESOURCE',
6161: 'B',
6162: 'I')
6163: THEN
6164: IF jtf_usr_hks.ok_to_execute(
6165: 'JTF_RS_RESOURCE_PVT',
6166: 'DELETE_RESOURCE',
6167: 'B',
6168: 'I')

Line 6233: IF jtf_usr_hks.ok_to_execute(

6229: /* Make the post processing call to the user hooks */
6230:
6231: /* Post Call to the Customer Type User Hook */
6232:
6233: IF jtf_usr_hks.ok_to_execute(
6234: 'JTF_RS_RESOURCE_PVT',
6235: 'DELETE_RESOURCE',
6236: 'A',
6237: 'C')

Line 6265: IF jtf_usr_hks.ok_to_execute(

6261: 'DELETE_RESOURCE',
6262: 'A',
6263: 'V')
6264: THEN
6265: IF jtf_usr_hks.ok_to_execute(
6266: 'JTF_RS_RESOURCE_PVT',
6267: 'DELETE_RESOURCE',
6268: 'A',
6269: 'V')

Line 6297: IF jtf_usr_hks.ok_to_execute(

6293: 'DELETE_RESOURCE',
6294: 'A',
6295: 'I')
6296: THEN
6297: IF jtf_usr_hks.ok_to_execute(
6298: 'JTF_RS_RESOURCE_PVT',
6299: 'DELETE_RESOURCE',
6300: 'A',
6301: 'I')

Line 6331: IF jtf_usr_hks.ok_to_execute(

6327: 'DELETE_RESOURCE',
6328: 'M',
6329: 'M')
6330: THEN
6331: IF jtf_usr_hks.ok_to_execute(
6332: 'JTF_RS_RESOURCE_PVT',
6333: 'DELETE_RESOURCE',
6334: 'M',
6335: 'M')

Line 6345: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

6341: THEN
6342:
6343: /* Get the bind data id for the Business Object Instance */
6344:
6345: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
6346:
6347:
6348: /* Set bind values for the bind variables in the Business Object SQL */
6349:

Line 6350: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');

6346:
6347:
6348: /* Set bind values for the bind variables in the Business Object SQL */
6349:
6350: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_id', l_resource_id, 'S', 'N');
6351:
6352:
6353: /* Call the message generation API */
6354:

Line 6355: jtf_usr_hks.generate_message(

6351:
6352:
6353: /* Call the message generation API */
6354:
6355: jtf_usr_hks.generate_message(
6356: p_prod_code => 'RS',
6357: p_bus_obj_code => 'RES',
6358: p_action_code => 'D',
6359: p_bind_data_id => l_bind_data_id,

Line 6457: -- ELSIF(l_value = 'JTF_USR_HKS')

6453: -- IF(l_value = 'XMLGEN')
6454: -- THEN
6455: -- fnd_message.set_name ('JTF', 'JTF_RS_XMLGEN_ERR');
6456: -- FND_MSG_PUB.add;
6457: -- ELSIF(l_value = 'JTF_USR_HKS')
6458: -- THEN
6459: -- fnd_message.set_name ('JTF', 'JTF_RS_JUHK_ERR');
6460: -- FND_MSG_PUB.add;
6461: -- END IF;