DBA Data[Home] [Help]

APPS.JTF_EC_PVT dependencies on JTF_ESC_WF_EVENTS_PVT

Line 229: jtf_esc_wf_events_pvt.publish_create_esc

225:
226: l_esc_rec_type.escalation_id := l_escalation_id;
227: l_esc_rec_type.escalation_level := p_escalation_level;
228:
229: jtf_esc_wf_events_pvt.publish_create_esc
230: (p_esc_rec => l_esc_rec_type);
231:
232: EXCEPTION when others then
233: null;

Line 701: jtf_esc_wf_events_pvt.publish_update_esc

697:
698: l_esc_rec_type.escalation_id := l_escalation_id;
699: l_esc_rec_type.task_audit_id := l_task_audit_id;
700:
701: jtf_esc_wf_events_pvt.publish_update_esc
702: (p_esc_rec => l_esc_rec_type);
703:
704: EXCEPTION when others then
705: null;

Line 871: jtf_esc_wf_events_pvt.publish_delete_escRef

867:
868: if l_cnt > 0 then
869: while (l_cnt1 <= l_cnt)
870: loop
871: jtf_esc_wf_events_pvt.publish_delete_escRef
872: (p_esc_ref_rec => ref_recs(l_cnt1));
873: l_cnt1 := l_cnt1 + 1;
874: end loop;
875: end if;

Line 923: jtf_esc_wf_events_pvt.publish_delete_esc

919: begin
920:
921: l_esc_rec_type.escalation_id := l_escalation_id;
922:
923: jtf_esc_wf_events_pvt.publish_delete_esc
924: (p_esc_rec => l_esc_rec_type);
925:
926: EXCEPTION when others then
927: null;