DBA Data[Home] [Help]

APPS.JTF_CAL_GRANTS_PVT_W dependencies on JTF_CAL_GRANTS_PVT

Line 1: package body jtf_cal_grants_pvt_w as

1: package body jtf_cal_grants_pvt_w as
2: /* $Header: jtfwcgtb.pls 115.5 2002/11/15 00:23:08 jawang 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:

Line 13: procedure rosetta_table_copy_in_p1(t out nocopy jtf_cal_grants_pvt.granteetbl, a0 JTF_VARCHAR2_TABLE_300

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy jtf_cal_grants_pvt.granteetbl, a0 JTF_VARCHAR2_TABLE_300
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_VARCHAR2_TABLE_100
16: ) as
17: ddindx binary_integer; indx binary_integer;

Line 36: procedure rosetta_table_copy_out_p1(t jtf_cal_grants_pvt.granteetbl, a0 out nocopy JTF_VARCHAR2_TABLE_300

32: end loop;
33: end if;
34: end if;
35: end rosetta_table_copy_in_p1;
36: procedure rosetta_table_copy_out_p1(t jtf_cal_grants_pvt.granteetbl, a0 out nocopy JTF_VARCHAR2_TABLE_300
37: , a1 out nocopy JTF_NUMBER_TABLE
38: , a2 out nocopy JTF_VARCHAR2_TABLE_100
39: ) as
40: ddindx binary_integer; indx binary_integer;

Line 84: ddrosetta_retval := jtf_cal_grants_pvt.has_access_level(p_resourceid,

80: -- copy data to the local IN or IN-OUT args, if any
81:
82:
83: -- here's the delegated call to the old PL/SQL routine
84: ddrosetta_retval := jtf_cal_grants_pvt.has_access_level(p_resourceid,
85: p_groupid);
86:
87: -- copy data back from the local variables to OUT or IN-OUT args, if any
88: if ddrosetta_retval is null

Line 97: end jtf_cal_grants_pvt_w;

93: end if;
94:
95: end;
96:
97: end jtf_cal_grants_pvt_w;