DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_VALUES_PVT dependencies on JTF_RS_RESOURCE_VALUES_PVT

Line 1: PACKAGE BODY jtf_rs_resource_values_pvt AS

1: PACKAGE BODY jtf_rs_resource_values_pvt AS
2: /* $Header: jtfrsvcb.pls 120.2 2005/08/29 20:08:22 baianand ship $ */
3:
4: /*****************************************************************************************
5: This is a private API that caller will invoke.

Line 20: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_RESOURCE_VALUES_PVT';

16: to do actual inserts, updates, deletes and queries from the tables.
17: ******************************************************************************************/
18:
19: /* Package variables. */
20: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_RESOURCE_VALUES_PVT';
21:
22: /* Procedure to Create Resource Values based on the
23: input values provided by the calling routines */
24:

Line 132: 'JTF_RS_RESOURCE_VALUES_PVT',

128:
129: --Pre Call to the Customer Type User Hook
130:
131: IF jtf_usr_hks.ok_to_execute(
132: 'JTF_RS_RESOURCE_VALUES_PVT',
133: 'CREATE_RS_RESOURCE_VALUES',
134: 'B',
135: 'C')
136: THEN

Line 158: 'JTF_RS_RESOURCE_VALUES_PVT',

154:
155: --Pre Call to the Vertical Type User Hook
156:
157: IF jtf_usr_hks.ok_to_execute(
158: 'JTF_RS_RESOURCE_VALUES_PVT',
159: 'CREATE_RS_RESOURCE_VALUES',
160: 'B',
161: 'V')
162: THEN

Line 325: 'JTF_RS_RESOURCE_VALUES_PVT',

321:
322: --Post Call to the Customer Type User Hook
323:
324: IF jtf_usr_hks.ok_to_execute(
325: 'JTF_RS_RESOURCE_VALUES_PVT',
326: 'CREATE_RS_RESOURCE_VALUES',
327: 'A',
328: 'C')
329: THEN

Line 356: 'JTF_RS_RESOURCE_VALUES_PVT',

352:
353: --Post Call to the Vertical Type User Hook
354:
355: IF jtf_usr_hks.ok_to_execute(
356: 'JTF_RS_RESOURCE_VALUES_PVT',
357: 'CREATE_RS_RESOURCE_VALUES',
358: 'A',
359: 'V')
360: THEN

Line 395: 'JTF_RS_RESOURCE_VALUES_PVT',

391:
392: /* Standard call for Message Generation */
393:
394: IF jtf_usr_hks.ok_to_execute(
395: 'JTF_RS_RESOURCE_VALUES_PVT',
396: 'CREATE_RS_RESOURCE_VALUES',
397: 'M',
398: 'M')
399: THEN

Line 567: 'JTF_RS_RESOURCE_VALUES_PVT',

563:
564: --Pre Call to the Customer Type User Hook
565:
566: IF jtf_usr_hks.ok_to_execute(
567: 'JTF_RS_RESOURCE_VALUES_PVT',
568: 'UPDATE_RS_RESOURCE_VALUES',
569: 'B',
570: 'C')
571: THEN

Line 591: 'JTF_RS_RESOURCE_VALUES_PVT',

587:
588: --Pre Call to the Vertical Type User Hook
589:
590: IF jtf_usr_hks.ok_to_execute(
591: 'JTF_RS_RESOURCE_VALUES_PVT',
592: 'UPDATE_RS_RESOURCE_VALUES',
593: 'B',
594: 'V')
595: THEN

Line 738: 'JTF_RS_RESOURCE_VALUES_PVT',

734:
735: --Post Call to the Customer Type User Hook
736:
737: IF jtf_usr_hks.ok_to_execute(
738: 'JTF_RS_RESOURCE_VALUES_PVT',
739: 'UPDATE_RS_RESOURCE_VALUES',
740: 'A',
741: 'C')
742: THEN

Line 762: 'JTF_RS_RESOURCE_VALUES_PVT',

758:
759: --Post Call to the Vertical Type User Hook
760:
761: IF jtf_usr_hks.ok_to_execute(
762: 'JTF_RS_RESOURCE_VALUES_PVT',
763: 'UPDATE_RS_RESOURCE_VALUES',
764: 'A',
765: 'V')
766: THEN

Line 798: 'JTF_RS_RESOURCE_VALUES_PVT',

794:
795: /* Standard call for Message Generation */
796:
797: IF jtf_usr_hks.ok_to_execute(
798: 'JTF_RS_RESOURCE_VALUES_PVT',
799: 'UPDATE_RS_RESOURCE_VALUES',
800: 'M',
801: 'M')
802: THEN

Line 897: 'JTF_RS_RESOURCE_VALUES_PVT',

893:
894: --Pre Call to the Customer Type User Hook
895:
896: IF jtf_usr_hks.ok_to_execute(
897: 'JTF_RS_RESOURCE_VALUES_PVT',
898: 'DELETE_RS_RESOURCE_VALUES',
899: 'B',
900: 'C')
901: THEN

Line 920: 'JTF_RS_RESOURCE_VALUES_PVT',

916:
917: --Pre Call to the Vertical Type User Hook
918:
919: IF jtf_usr_hks.ok_to_execute(
920: 'JTF_RS_RESOURCE_VALUES_PVT',
921: 'DELETE_RS_RESOURCE_VALUES',
922: 'B',
923: 'V')
924: THEN

Line 989: 'JTF_RS_RESOURCE_VALUES_PVT',

985:
986: --Post Call to the Customer Type User Hook
987:
988: IF jtf_usr_hks.ok_to_execute(
989: 'JTF_RS_RESOURCE_VALUES_PVT',
990: 'DELETE_RS_RESOURCE_VALUES',
991: 'A',
992: 'C')
993: THEN

Line 1012: 'JTF_RS_RESOURCE_VALUES_PVT',

1008:
1009: --Post Call to the Vertical Type User Hook
1010:
1011: IF jtf_usr_hks.ok_to_execute(
1012: 'JTF_RS_RESOURCE_VALUES_PVT',
1013: 'DELETE_RS_RESOURCE_VALUES',
1014: 'A',
1015: 'V')
1016: THEN

Line 1047: 'JTF_RS_RESOURCE_VALUES_PVT',

1043:
1044: /* Standard call for Message Generation */
1045:
1046: IF jtf_usr_hks.ok_to_execute(
1047: 'JTF_RS_RESOURCE_VALUES_PVT',
1048: 'DELETE_RS_RESOURCE_VALUES',
1049: 'M',
1050: 'M')
1051: THEN

Line 1149: 'JTF_RS_RESOURCE_VALUES_PVT',

1145:
1146: --Pre Call to the Customer Type User Hook
1147:
1148: IF jtf_usr_hks.ok_to_execute(
1149: 'JTF_RS_RESOURCE_VALUES_PVT',
1150: 'DELETE_ALL_RS_RESOURCE_VALUES',
1151: 'B',
1152: 'C')
1153: THEN

Line 1172: 'JTF_RS_RESOURCE_VALUES_PVT',

1168:
1169: --Pre Call to the Vertical Type User Hook
1170:
1171: IF jtf_usr_hks.ok_to_execute(
1172: 'JTF_RS_RESOURCE_VALUES_PVT',
1173: 'DELETE_ALL_RS_RESOURCE_VALUES',
1174: 'B',
1175: 'V')
1176: THEN

Line 1258: 'JTF_RS_RESOURCE_VALUES_PVT',

1254:
1255: --Post Call to the Customer Type User Hook
1256:
1257: IF jtf_usr_hks.ok_to_execute(
1258: 'JTF_RS_RESOURCE_VALUES_PVT',
1259: 'DELETE_ALL_RS_RESOURCE_VALUES',
1260: 'A',
1261: 'C')
1262: THEN

Line 1281: 'JTF_RS_RESOURCE_VALUES_PVT',

1277:
1278: --Post Call to the Vertical Type User Hook
1279:
1280: IF jtf_usr_hks.ok_to_execute(
1281: 'JTF_RS_RESOURCE_VALUES_PVT',
1282: 'DELETE_ALL_RS_RESOURCE_VALUES',
1283: 'A',
1284: 'V')
1285: THEN

Line 1527: End JTF_RS_RESOURCE_VALUES_PVT;

1523: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1524:
1525: END get_rs_resource_param_list;
1526:
1527: End JTF_RS_RESOURCE_VALUES_PVT;