DBA Data[Home] [Help]

APPS.PV_USER_MGMT_PVT_W dependencies on PV_USER_MGMT_PVT

Line 1: package body pv_user_mgmt_pvt_w as

1: package body pv_user_mgmt_pvt_w as
2: /* $Header: pvxwummb.pls 120.7 2006/01/17 13:10 ktsao 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_p5(t out nocopy pv_user_mgmt_pvt.partner_types_tbl_type, a0 JTF_VARCHAR2_TABLE_100

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p5(t out nocopy pv_user_mgmt_pvt.partner_types_tbl_type, a0 JTF_VARCHAR2_TABLE_100
23: ) as
24: ddindx binary_integer; indx binary_integer;
25: begin
26: if a0 is not null and a0.count > 0 then

Line 41: procedure rosetta_table_copy_out_p5(t pv_user_mgmt_pvt.partner_types_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

37: end loop;
38: end if;
39: end if;
40: end rosetta_table_copy_in_p5;
41: procedure rosetta_table_copy_out_p5(t pv_user_mgmt_pvt.partner_types_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
42: ) as
43: ddindx binary_integer; indx binary_integer;
44: begin
45: if t is null or t.count = 0 then

Line 82: ddp_partner_rec pv_user_mgmt_pvt.partner_rec_type;

78: , p5_a3 NUMBER := 0-1962.0724
79: )
80:
81: as
82: ddp_partner_rec pv_user_mgmt_pvt.partner_rec_type;
83: ddp_partner_user_rec pv_user_mgmt_pvt.partner_user_rec_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:

Line 83: ddp_partner_user_rec pv_user_mgmt_pvt.partner_user_rec_type;

79: )
80:
81: as
82: ddp_partner_rec pv_user_mgmt_pvt.partner_rec_type;
83: ddp_partner_user_rec pv_user_mgmt_pvt.partner_user_rec_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any

Line 105: pv_user_mgmt_pvt.register_partner_and_user(p_api_version_number,

101:
102:
103:
104: -- here's the delegated call to the old PL/SQL routine
105: pv_user_mgmt_pvt.register_partner_and_user(p_api_version_number,
106: p_init_msg_list,
107: p_commit,
108: ddp_partner_rec,
109: p_partner_type,

Line 139: ddp_partner_user_rec pv_user_mgmt_pvt.partner_user_rec_type;

135: , p3_a3 NUMBER := 0-1962.0724
136: )
137:
138: as
139: ddp_partner_user_rec pv_user_mgmt_pvt.partner_user_rec_type;
140: ddindx binary_integer; indx binary_integer;
141: begin
142:
143: -- copy data to the local IN or IN-OUT args, if any

Line 156: pv_user_mgmt_pvt.register_partner_user(p_api_version_number,

152:
153:
154:
155: -- here's the delegated call to the old PL/SQL routine
156: pv_user_mgmt_pvt.register_partner_user(p_api_version_number,
157: p_init_msg_list,
158: p_commit,
159: ddp_partner_user_rec,
160: x_return_status,

Line 173: end pv_user_mgmt_pvt_w;

169:
170:
171: end;
172:
173: end pv_user_mgmt_pvt_w;