DBA Data[Home] [Help]

APPS.JTF_ESC_WF_EVENTS_PVT dependencies on JTF_EC_PVT

Line 27: P_ESC_REC IN jtf_ec_pvt.Esc_Rec_type

23: * @rep:displayname Raise Create Escalation Event
24: * @rep:compatibility S
25: */
26: PROCEDURE publish_create_esc (
27: P_ESC_REC IN jtf_ec_pvt.Esc_Rec_type
28: );
29:
30: /*#
31: * Raises the Update Escalation Event

Line 40: P_ESC_REC IN jtf_ec_pvt.Esc_Rec_type

36: * @rep:displayname Raise Update Escalation Event
37: * @rep:compatibility S
38: */
39: PROCEDURE publish_update_esc (
40: P_ESC_REC IN jtf_ec_pvt.Esc_Rec_type
41: );
42:
43: /*#
44: * Raises the Delete Escalation Event

Line 53: P_ESC_REC IN jtf_ec_pvt.Esc_Rec_type

49: * @rep:displayname Raise Delete Escalation Event
50: * @rep:compatibility S
51: */
52: PROCEDURE publish_delete_esc (
53: P_ESC_REC IN jtf_ec_pvt.Esc_Rec_type
54: );
55:
56:
57: /*#