DBA Data[Home] [Help]

APPS.JTF_CAL_WF_PVT_W dependencies on JTF_CAL_WF_PVT

Line 1: package body jtf_cal_wf_pvt_w as

1: package body jtf_cal_wf_pvt_w as
2: /* $Header: jtfwcwb.pls 120.2 2006/04/28 01:47 deeprao ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 44: jtf_cal_wf_pvt.startreminders(p_api_version,

40:
41: ddp_reminddate := rosetta_g_miss_date_in_map(p_reminddate);
42:
43: -- here's the delegated call to the old PL/SQL routine
44: jtf_cal_wf_pvt.startreminders(p_api_version,
45: p_init_msg_list,
46: p_commit,
47: x_return_status,
48: x_msg_count,

Line 91: jtf_cal_wf_pvt.updatereminders(p_api_version,

87:
88: ddp_reminddate := rosetta_g_miss_date_in_map(p_reminddate);
89:
90: -- here's the delegated call to the old PL/SQL routine
91: jtf_cal_wf_pvt.updatereminders(p_api_version,
92: p_init_msg_list,
93: p_commit,
94: x_return_status,
95: x_msg_count,

Line 110: end jtf_cal_wf_pvt_w;

106:
107:
108: end;
109:
110: end jtf_cal_wf_pvt_w;