DBA Data[Home] [Help]

APPS.JTA_CAL_APPOINTMENT_PVT_W dependencies on JTA_CAL_APPOINTMENT_PVT

Line 1: package body jta_cal_appointment_pvt_w as

1: package body jta_cal_appointment_pvt_w as
2: /* $Header: jtavcawb.pls 120.2 2006/05/02 01:57 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 58: jta_cal_appointment_pvt.create_appointment(p_task_name,

54:
55:
56:
57: -- here's the delegated call to the old PL/SQL routine
58: jta_cal_appointment_pvt.create_appointment(p_task_name,
59: p_task_type_id,
60: p_description,
61: p_task_priority_id,
62: p_owner_type_code,

Line 135: jta_cal_appointment_pvt.create_appointment(p_task_name,

131:
132:
133:
134: -- here's the delegated call to the old PL/SQL routine
135: jta_cal_appointment_pvt.create_appointment(p_task_name,
136: p_task_type_id,
137: p_description,
138: p_task_priority_id,
139: p_owner_type_code,

Line 212: jta_cal_appointment_pvt.update_appointment(p_object_version_number,

208:
209:
210:
211: -- here's the delegated call to the old PL/SQL routine
212: jta_cal_appointment_pvt.update_appointment(p_object_version_number,
213: p_task_id,
214: p_task_name,
215: p_task_type_id,
216: p_description,

Line 289: jta_cal_appointment_pvt.update_appointment(p_object_version_number,

285:
286:
287:
288: -- here's the delegated call to the old PL/SQL routine
289: jta_cal_appointment_pvt.update_appointment(p_object_version_number,
290: p_task_id,
291: p_task_name,
292: p_task_type_id,
293: p_description,

Line 324: end jta_cal_appointment_pvt_w;

320:
321:
322: end;
323:
324: end jta_cal_appointment_pvt_w;