DBA Data[Home] [Help]

APPS.CN_SFP_SRP_UTIL_PVT_W dependencies on CN_SFP_SRP_UTIL_PVT

Line 1: package body cn_sfp_srp_util_pvt_w as

1: package body cn_sfp_srp_util_pvt_w as
2: /* $Header: cnwsfsrb.pls 115.0 2002/12/12 02:42:48 sbadami noship $ */
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_p0(t out nocopy cn_sfp_srp_util_pvt.string_tabletype, a0 JTF_VARCHAR2_TABLE_100) as

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_p0(t out nocopy cn_sfp_srp_util_pvt.string_tabletype, a0 JTF_VARCHAR2_TABLE_100) as
14: ddindx binary_integer; indx binary_integer;
15: begin
16: if a0 is not null and a0.count > 0 then
17: if a0.count > 0 then

Line 31: procedure rosetta_table_copy_out_p0(t cn_sfp_srp_util_pvt.string_tabletype, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

27: end loop;
28: end if;
29: end if;
30: end rosetta_table_copy_in_p0;
31: procedure rosetta_table_copy_out_p0(t cn_sfp_srp_util_pvt.string_tabletype, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
32: ddindx binary_integer; indx binary_integer;
33: begin
34: if t is null or t.count = 0 then
35: a0 := JTF_VARCHAR2_TABLE_100();

Line 68: ddx_values_tab cn_sfp_srp_util_pvt.string_tabletype;

64: , x_msg_data out nocopy VARCHAR2
65: )
66:
67: as
68: ddx_values_tab cn_sfp_srp_util_pvt.string_tabletype;
69: ddx_meanings_tab cn_sfp_srp_util_pvt.string_tabletype;
70: ddindx binary_integer; indx binary_integer;
71: begin
72:

Line 69: ddx_meanings_tab cn_sfp_srp_util_pvt.string_tabletype;

65: )
66:
67: as
68: ddx_values_tab cn_sfp_srp_util_pvt.string_tabletype;
69: ddx_meanings_tab cn_sfp_srp_util_pvt.string_tabletype;
70: ddindx binary_integer; indx binary_integer;
71: begin
72:
73: -- copy data to the local IN or IN-OUT args, if any

Line 86: cn_sfp_srp_util_pvt.get_valid_plan_statuses(p_api_version,

82:
83:
84:
85: -- here's the delegated call to the old PL/SQL routine
86: cn_sfp_srp_util_pvt.get_valid_plan_statuses(p_api_version,
87: p_init_msg_list,
88: p_commit,
89: p_validation_level,
90: p_default_all,

Line 105: cn_sfp_srp_util_pvt_w.rosetta_table_copy_out_p0(ddx_values_tab, x_values_tab);

101:
102:
103:
104:
105: cn_sfp_srp_util_pvt_w.rosetta_table_copy_out_p0(ddx_values_tab, x_values_tab);
106:
107: cn_sfp_srp_util_pvt_w.rosetta_table_copy_out_p0(ddx_meanings_tab, x_meanings_tab);
108:
109:

Line 107: cn_sfp_srp_util_pvt_w.rosetta_table_copy_out_p0(ddx_meanings_tab, x_meanings_tab);

103:
104:
105: cn_sfp_srp_util_pvt_w.rosetta_table_copy_out_p0(ddx_values_tab, x_values_tab);
106:
107: cn_sfp_srp_util_pvt_w.rosetta_table_copy_out_p0(ddx_meanings_tab, x_meanings_tab);
108:
109:
110:
111: end;

Line 113: end cn_sfp_srp_util_pvt_w;

109:
110:
111: end;
112:
113: end cn_sfp_srp_util_pvt_w;