DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PUB_OA_W dependencies on JTF_TASK_RECURRENCES_PUB

Line 1: package body jtf_task_recurrences_pub_oa_w as

1: package body jtf_task_recurrences_pub_oa_w as
2: /* $Header: jtfbtkub.pls 115.1 2003/09/23 22:45:26 twan noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy jtf_task_recurrences_pub.output_dates_rec, a0 JTF_DATE_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy jtf_task_recurrences_pub.output_dates_rec, a0 JTF_DATE_TABLE) as

1: package body jtf_task_recurrences_pub_oa_w as
2: /* $Header: jtfbtkub.pls 115.1 2003/09/23 22:45:26 twan noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy jtf_task_recurrences_pub.output_dates_rec, a0 JTF_DATE_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then
7: if a0.count > 0 then

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

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p1;
21: procedure rosetta_table_copy_out_p1(t jtf_task_recurrences_pub.output_dates_rec, a0 out nocopy JTF_DATE_TABLE) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_DATE_TABLE();

Line 93: ddx_task_rec jtf_task_recurrences_pub.task_details_rec;

89: , p_saturday VARCHAR2
90: )
91:
92: as
93: ddx_task_rec jtf_task_recurrences_pub.task_details_rec;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:
97: -- copy data to the local IN or IN-OUT args, if any

Line 143: jtf_task_recurrences_pub.create_task_recurrence(p_api_version,

139:
140:
141:
142: -- here's the delegated call to the old PL/SQL routine
143: jtf_task_recurrences_pub.create_task_recurrence(p_api_version,
144: p_init_msg_list,
145: p_commit,
146: p_task_id,
147: p_task_number,

Line 237: end jtf_task_recurrences_pub_oa_w;

233:
234:
235: end;
236:
237: end jtf_task_recurrences_pub_oa_w;