DBA Data[Home] [Help]

APPS.CN_COMP_GRP_HIER_PUB_W dependencies on CN_COMP_GRP_HIER_PUB

Line 1: package body cn_comp_grp_hier_pub_w as

1: package body cn_comp_grp_hier_pub_w as
2: /* $Header: cnwcghrb.pls 115.3 2002/01/28 20:12:32 pkm 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 22: procedure rosetta_table_copy_in_p1(t out cn_comp_grp_hier_pub.comp_group_tbl, a0 JTF_VARCHAR2_TABLE_100

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out cn_comp_grp_hier_pub.comp_group_tbl, a0 JTF_VARCHAR2_TABLE_100
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_VARCHAR2_TABLE_100

Line 65: procedure rosetta_table_copy_out_p1(t cn_comp_grp_hier_pub.comp_group_tbl, a0 out JTF_VARCHAR2_TABLE_100

61: end loop;
62: end if;
63: end if;
64: end rosetta_table_copy_in_p1;
65: procedure rosetta_table_copy_out_p1(t cn_comp_grp_hier_pub.comp_group_tbl, a0 out JTF_VARCHAR2_TABLE_100
66: , a1 out JTF_VARCHAR2_TABLE_100
67: , a2 out JTF_NUMBER_TABLE
68: , a3 out JTF_NUMBER_TABLE
69: , a4 out JTF_VARCHAR2_TABLE_100

Line 179: ddx_mgr_tbl cn_comp_grp_hier_pub.comp_group_tbl;

175: , x_loading_status out VARCHAR2
176: )
177: as
178: ddp_date date;
179: ddx_mgr_tbl cn_comp_grp_hier_pub.comp_group_tbl;
180: ddindx binary_integer; indx binary_integer;
181: begin
182:
183: -- copy data to the local IN or IN-OUT args, if any

Line 201: cn_comp_grp_hier_pub.get_comp_group_hier(p_api_version,

197:
198:
199:
200: -- here's the delegated call to the old PL/SQL routine
201: cn_comp_grp_hier_pub.get_comp_group_hier(p_api_version,
202: p_init_msg_list,
203: p_validation_level,
204: p_salesrep_id,
205: p_comp_group_id,

Line 226: cn_comp_grp_hier_pub_w.rosetta_table_copy_out_p1(ddx_mgr_tbl, p8_a0

222:
223:
224:
225:
226: cn_comp_grp_hier_pub_w.rosetta_table_copy_out_p1(ddx_mgr_tbl, p8_a0
227: , p8_a1
228: , p8_a2
229: , p8_a3
230: , p8_a4

Line 248: end cn_comp_grp_hier_pub_w;

244:
245:
246: end;
247:
248: end cn_comp_grp_hier_pub_w;