DBA Data[Home] [Help]

APPS.JTF_EC_PVT dependencies on JTF_TASKS_PVT

Line 761: /*Commenting out the below cursor definition since call to jtf_tasks_pvt.delete_task deletes the reference records */

757: --Created for BES enh 2660883
758: l_esc_rec_type jtf_ec_pvt.Esc_Rec_type;
759:
760: /* Bug # 3568448 */
761: /*Commenting out the below cursor definition since call to jtf_tasks_pvt.delete_task deletes the reference records */
762: /* CURSOR c_delete_references
763: IS
764: SELECT task_reference_id,object_version_number
765: FROM jtf_task_references_vl

Line 825: -- The code is added since, a call to jtf_tasks_pvt.delete_task will delete references and hence the

821: END IF;
822:
823: -- Added for Bug # 3568448
824: /*-- This will fetch all the reference data that is required for triggering BES.
825: -- The code is added since, a call to jtf_tasks_pvt.delete_task will delete references and hence the
826: -- reference data will not be available after the call either to delete_escalation_reference or to
827: -- fire the Business Event.*/
828: for dr in c_ref_orig
829: loop

Line 840: jtf_tasks_pvt.delete_task (

836: end loop;
837: -- End Add
838:
839:
840: jtf_tasks_pvt.delete_task (
841: p_api_version => 1.0,
842: p_init_msg_list => fnd_api.g_false,
843: p_commit => fnd_api.g_false,
844: p_object_version_number => p_object_version_number,

Line 886: /*Commenting out the below code since call to jtf_tasks_pvt.delete_task deletes the reference records also

882: -- End Add
883:
884:
885: /* Bug # 3568448 */
886: /*Commenting out the below code since call to jtf_tasks_pvt.delete_task deletes the reference records also
887: -- delete references....
888:
889: ---------------------------
890: FOR b IN c_delete_references