DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PUB_W dependencies on JTF_TASK_RECURRENCES_PUB

Line 1: package body jtf_task_recurrences_pub_w as

1: package body jtf_task_recurrences_pub_w as
2: /* $Header: jtfbtkcb.pls 120.2 2006/04/26 04:24 knayyar 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 16: procedure rosetta_table_copy_in_p1(t out nocopy jtf_task_recurrences_pub.output_dates_rec, a0 JTF_DATE_TABLE) as

12: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
13: return d;
14: end;
15:
16: procedure rosetta_table_copy_in_p1(t out nocopy jtf_task_recurrences_pub.output_dates_rec, a0 JTF_DATE_TABLE) as
17: ddindx binary_integer; indx binary_integer;
18: begin
19: if a0 is not null and a0.count > 0 then
20: if a0.count > 0 then

Line 34: procedure rosetta_table_copy_out_p1(t jtf_task_recurrences_pub.output_dates_rec, a0 out nocopy JTF_DATE_TABLE) as

30: end loop;
31: end if;
32: end if;
33: end rosetta_table_copy_in_p1;
34: procedure rosetta_table_copy_out_p1(t jtf_task_recurrences_pub.output_dates_rec, a0 out nocopy JTF_DATE_TABLE) as
35: ddindx binary_integer; indx binary_integer;
36: begin
37: if t is null or t.count = 0 then
38: a0 := JTF_DATE_TABLE();

Line 108: ddx_task_rec jtf_task_recurrences_pub.task_details_rec;

104:
105: as
106: ddp_start_date_active date;
107: ddp_end_date_active date;
108: ddx_task_rec jtf_task_recurrences_pub.task_details_rec;
109: ddindx binary_integer; indx binary_integer;
110: begin
111:
112: -- copy data to the local IN or IN-OUT args, if any

Line 160: jtf_task_recurrences_pub.create_task_recurrence(p_api_version,

156:
157:
158:
159: -- here's the delegated call to the old PL/SQL routine
160: jtf_task_recurrences_pub.create_task_recurrence(p_api_version,
161: p_init_msg_list,
162: p_commit,
163: p_task_id,
164: p_task_number,

Line 350: jtf_task_recurrences_pub.update_task_recurrence(p_api_version,

346:
347:
348:
349: -- here's the delegated call to the old PL/SQL routine
350: jtf_task_recurrences_pub.update_task_recurrence(p_api_version,
351: p_init_msg_list,
352: p_commit,
353: p_task_id,
354: p_recurrence_rule_id,

Line 437: end jtf_task_recurrences_pub_w;

433:
434:
435: end;
436:
437: end jtf_task_recurrences_pub_w;