DBA Data[Home] [Help]

APPS.JTF_CAL_ITEMS_PUB_W dependencies on JTF_CAL_ITEMS_PUB

Line 1: package body jtf_cal_items_pub_w as

1: package body jtf_cal_items_pub_w as
2: /* $Header: jtfcwitb.pls 120.2 2006/04/28 00:15 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 45: ddp_itm_rec jtf_cal_items_pub.calitemrec;

41: , x_cal_item_id out nocopy NUMBER
42: )
43:
44: as
45: ddp_itm_rec jtf_cal_items_pub.calitemrec;
46: ddindx binary_integer; indx binary_integer;
47: begin
48:
49: -- copy data to the local IN or IN-OUT args, if any

Line 78: jtf_cal_items_pub.createitem(p_api_version,

74: ddp_itm_rec.application_id := p6_a18;
75:
76:
77: -- here's the delegated call to the old PL/SQL routine
78: jtf_cal_items_pub.createitem(p_api_version,
79: p_init_msg_list,
80: p_commit,
81: x_return_status,
82: x_msg_count,

Line 127: ddp_itm_rec jtf_cal_items_pub.calitemrec;

123: , x_object_version_number out nocopy NUMBER
124: )
125:
126: as
127: ddp_itm_rec jtf_cal_items_pub.calitemrec;
128: ddindx binary_integer; indx binary_integer;
129: begin
130:
131: -- copy data to the local IN or IN-OUT args, if any

Line 161: jtf_cal_items_pub.updateitem(p_api_version,

157: ddp_itm_rec.application_id := p7_a18;
158:
159:
160: -- here's the delegated call to the old PL/SQL routine
161: jtf_cal_items_pub.updateitem(p_api_version,
162: p_init_msg_list,
163: p_commit,
164: p_validation_level,
165: x_return_status,

Line 182: end jtf_cal_items_pub_w;

178:
179:
180: end;
181:
182: end jtf_cal_items_pub_w;