DBA Data[Home] [Help]

APPS.JTF_EC_REFERENCES_PVT dependencies on JTF_ESC_WF_EVENTS_PVT

Line 167: jtf_esc_wf_events_pvt.publish_create_escRef

163: l_esc_ref_rec.object_id := p_object_id;
164: -- Added for Bug # 3385990
165: l_esc_ref_rec.task_id := l_escalation_id;
166:
167: jtf_esc_wf_events_pvt.publish_create_escRef
168: (p_esc_ref_rec => l_esc_ref_rec);
169:
170: EXCEPTION when others then
171: null;

Line 414: jtf_esc_wf_events_pvt.publish_update_escRef

410:
411: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
412:
413:
414: jtf_esc_wf_events_pvt.publish_update_escRef
415: (P_ESC_REF_REC_OLD => l_esc_ref_rec_old,
416: P_ESC_REF_REC_NEW => l_esc_ref_rec_new);
417:
418: EXCEPTION when others then

Line 535: jtf_esc_wf_events_pvt.publish_delete_escRef

531: l_esc_ref_rec.object_id := rec_ref_orig.object_id;
532: -- Added for Bug # 3385990
533: l_esc_ref_rec.task_id := rec_ref_orig.task_id;
534:
535: jtf_esc_wf_events_pvt.publish_delete_escRef
536: (p_esc_ref_rec => l_esc_ref_rec);
537:
538: EXCEPTION when others then
539: null;