DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_VALUES_PVT dependencies on JTF_USR_HKS

Line 131: IF jtf_usr_hks.ok_to_execute(

127: --Make the pre processing call to the user hooks
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')

Line 157: IF jtf_usr_hks.ok_to_execute(

153: END IF;
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')

Line 324: IF jtf_usr_hks.ok_to_execute(

320: --Make the post processing call to the user hooks
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')

Line 355: IF jtf_usr_hks.ok_to_execute(

351: jtf_rs_resource_values_pub.p_rs_value_user_hook.resource_param_value_id :=l_resource_param_value_id;
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')

Line 394: IF jtf_usr_hks.ok_to_execute(

390: END IF;
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')

Line 406: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

402: x_return_status => x_return_status) )
403: THEN
404:
405: /* Get the bind data id for the Business Object Instance */
406: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
407:
408: /* Set bind values for the bind variables in the Business Object SQL */
409: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', l_resource_param_value_id, 'S', 'N');
410:

Line 409: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', l_resource_param_value_id, 'S', 'N');

405: /* Get the bind data id for the Business Object Instance */
406: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
407:
408: /* Set bind values for the bind variables in the Business Object SQL */
409: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', l_resource_param_value_id, 'S', 'N');
410:
411: /* Call the message generation API */
412: jtf_usr_hks.generate_message(
413: p_prod_code => 'JTF',

Line 412: jtf_usr_hks.generate_message(

408: /* Set bind values for the bind variables in the Business Object SQL */
409: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', l_resource_param_value_id, 'S', 'N');
410:
411: /* Call the message generation API */
412: jtf_usr_hks.generate_message(
413: p_prod_code => 'JTF',
414: p_bus_obj_code => 'RS_RPV',
415: p_action_code => 'I',
416: p_bind_data_id => l_bind_data_id,

Line 566: IF jtf_usr_hks.ok_to_execute(

562: --Make the pre processing call to the user hooks
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')

Line 590: IF jtf_usr_hks.ok_to_execute(

586: END IF;
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')

Line 737: IF jtf_usr_hks.ok_to_execute(

733: --Make the post processing call to the user hooks
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')

Line 761: IF jtf_usr_hks.ok_to_execute(

757: END IF;
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')

Line 797: IF jtf_usr_hks.ok_to_execute(

793: END IF;
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')

Line 809: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

805: x_return_status => x_return_status) )
806: THEN
807:
808: /* Get the bind data id for the Business Object Instance */
809: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
810:
811: /* Set bind values for the bind variables in the Business Object SQL */
812: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');
813:

Line 812: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');

808: /* Get the bind data id for the Business Object Instance */
809: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
810:
811: /* Set bind values for the bind variables in the Business Object SQL */
812: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');
813:
814: /* Call the message generation API */
815: jtf_usr_hks.generate_message(
816: p_prod_code => 'JTF',

Line 815: jtf_usr_hks.generate_message(

811: /* Set bind values for the bind variables in the Business Object SQL */
812: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');
813:
814: /* Call the message generation API */
815: jtf_usr_hks.generate_message(
816: p_prod_code => 'JTF',
817: p_bus_obj_code => 'RS_RPV',
818: p_action_code => 'U',
819: p_bind_data_id => l_bind_data_id,

Line 896: IF jtf_usr_hks.ok_to_execute(

892: --Make the pre processing call to the user hooks
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')

Line 919: IF jtf_usr_hks.ok_to_execute(

915: END IF;
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')

Line 988: IF jtf_usr_hks.ok_to_execute(

984: --Make the post processing call to the user hooks
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')

Line 1011: IF jtf_usr_hks.ok_to_execute(

1007: END IF;
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')

Line 1046: IF jtf_usr_hks.ok_to_execute(

1042: END IF;
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')

Line 1058: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1054: x_return_status => x_return_status) )
1055: THEN
1056:
1057: /* Get the bind data id for the Business Object Instance */
1058: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1059:
1060: /* Set bind values for the bind variables in the Business Object SQL */
1061: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');
1062:

Line 1061: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');

1057: /* Get the bind data id for the Business Object Instance */
1058: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1059:
1060: /* Set bind values for the bind variables in the Business Object SQL */
1061: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');
1062:
1063: /* Call the message generation API */
1064: jtf_usr_hks.generate_message(
1065: p_prod_code => 'JTF',

Line 1064: jtf_usr_hks.generate_message(

1060: /* Set bind values for the bind variables in the Business Object SQL */
1061: jtf_usr_hks.load_bind_data(l_bind_data_id, 'resource_param_value_id', p_resource_param_value_id, 'S', 'N');
1062:
1063: /* Call the message generation API */
1064: jtf_usr_hks.generate_message(
1065: p_prod_code => 'JTF',
1066: p_bus_obj_code => 'RS_RPV',
1067: p_action_code => 'D',
1068: p_bind_data_id => l_bind_data_id,

Line 1148: IF jtf_usr_hks.ok_to_execute(

1144: --Make the pre processing call to the user hooks
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')

Line 1171: IF jtf_usr_hks.ok_to_execute(

1167: END IF;
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')

Line 1257: IF jtf_usr_hks.ok_to_execute(

1253: --Make the post processing call to the user hooks
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')

Line 1280: IF jtf_usr_hks.ok_to_execute(

1276: END IF;
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')