DBA Data[Home] [Help]

APPS.JTF_TASK_RESOURCES_PUB dependencies on JTF_TASK_RESOURCES_PVT

Line 111: jtf_task_resources_pvt.validate_task_template(

107: SELECT DECODE(p_task_template_id, fnd_api.g_miss_num, NULL, p_task_template_id)
108: INTO l_task_template_id
109: FROM DUAL;
110:
111: jtf_task_resources_pvt.validate_task_template(
112: x_return_status => l_return_status
113: , p_task_template_id => l_task_template_id
114: , p_task_name => l_task_template_name
115: , x_task_template_id => l_task_template_id

Line 166: jtf_task_resources_pvt.validate_task_type(

162: SELECT DECODE(p_task_type_name, fnd_api.g_miss_char, NULL, p_task_type_name)
163: INTO l_task_type_name
164: FROM DUAL;
165:
166: jtf_task_resources_pvt.validate_task_type(
167: x_return_status => l_return_status
168: , p_task_type_id => l_task_type_id
169: , p_name => l_task_type_name
170: , x_task_type_id => l_task_type_id

Line 216: IF NOT jtf_task_resources_pvt.validate_resource_type_code(p_resource_type_code => l_resource_type_code) THEN

212: fnd_msg_pub.ADD;
213: RAISE fnd_api.g_exc_unexpected_error;
214: END IF;
215:
216: IF NOT jtf_task_resources_pvt.validate_resource_type_code(p_resource_type_code => l_resource_type_code) THEN
217: fnd_message.set_name('JTF', 'JTF_TASK_INV_RES_TYP_COD');
218: fnd_message.set_token('RESOURCE_CODE', p_resource_type_code);
219: --fnd_msg.add;
220: RAISE fnd_api.g_exc_error;

Line 236: jtf_task_resources_pvt.create_task_rsrc_req(

232: RAISE fnd_api.g_exc_unexpected_error;
233: END IF;
234:
235: --Call to private API to insert into JTF_TASK_RESOURCE_REQ
236: jtf_task_resources_pvt.create_task_rsrc_req(
237: p_api_version => l_api_version
238: , p_init_msg_list => fnd_api.g_false
239: , p_commit => fnd_api.g_false
240: , p_task_id => l_task_id

Line 490: jtf_task_resources_pvt.update_task_rscr_req

486: x_return_status := fnd_api.g_ret_sts_unexp_error;
487: RAISE fnd_api.g_exc_unexpected_error;
488: END IF;
489:
490: jtf_task_resources_pvt.update_task_rscr_req
491: (
492: p_api_version => 1.0
493: , p_object_version_number => p_object_version_number
494: , p_init_msg_list => fnd_api.g_false

Line 653: jtf_task_resources_pvt.delete_task_rsrc_req

649: x_return_status := fnd_api.g_ret_sts_unexp_error;
650: RAISE fnd_api.g_exc_unexpected_error;
651: END IF;
652:
653: jtf_task_resources_pvt.delete_task_rsrc_req
654: (
655: p_api_version => l_api_version
656: , p_object_version_number => p_object_version_number
657: , p_init_msg_list => fnd_api.g_false

Line 798: jtf_task_resources_pvt.get_task_rsrc_req(

794: RAISE fnd_api.g_exc_error;
795: END IF;
796: END IF;
797:
798: jtf_task_resources_pvt.get_task_rsrc_req(
799: p_api_version
800: , p_init_msg_list
801: , p_commit
802: , p_resource_req_id