DBA Data[Home] [Help]

APPS.JTF_TASK_WF_UTIL_W dependencies on JTF_TASK_WF_UTIL

Line 1: package body jtf_task_wf_util_w as

1: package body jtf_task_wf_util_w as
2: /* $Header: jtfvtkwb.pls 120.2 2006/04/26 04:42 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_p4(t out nocopy jtf_task_wf_util.nlist_tbl_type, a0 JTF_VARCHAR2_TABLE_400

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_p4(t out nocopy jtf_task_wf_util.nlist_tbl_type, a0 JTF_VARCHAR2_TABLE_400
17: , a1 JTF_VARCHAR2_TABLE_400
18: , a2 JTF_VARCHAR2_TABLE_400
19: ) as
20: ddindx binary_integer; indx binary_integer;

Line 39: procedure rosetta_table_copy_out_p4(t jtf_task_wf_util.nlist_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_400

35: end loop;
36: end if;
37: end if;
38: end rosetta_table_copy_in_p4;
39: procedure rosetta_table_copy_out_p4(t jtf_task_wf_util.nlist_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_400
40: , a1 out nocopy JTF_VARCHAR2_TABLE_400
41: , a2 out nocopy JTF_VARCHAR2_TABLE_400
42: ) as
43: ddindx binary_integer; indx binary_integer;

Line 85: ddrosetta_retval := jtf_task_wf_util.do_notification(p_task_id);

81:
82: -- copy data to the local IN or IN-OUT args, if any
83:
84: -- here's the delegated call to the old PL/SQL routine
85: ddrosetta_retval := jtf_task_wf_util.do_notification(p_task_id);
86:
87: -- copy data back from the local variables to OUT or IN-OUT args, if any
88: if ddrosetta_retval is null
89: then ddrosetta_retval_bool := null;

Line 160: jtf_task_wf_util.create_notification(p_event,

156:
157:
158:
159: -- here's the delegated call to the old PL/SQL routine
160: jtf_task_wf_util.create_notification(p_event,
161: p_task_id,
162: p_old_owner_id,
163: p_old_owner_code,
164: p_old_assignee_id,

Line 207: end jtf_task_wf_util_w;

203:
204:
205: end;
206:
207: end jtf_task_wf_util_w;