DBA Data[Home] [Help]

APPS.PV_PARTNER_ACCNT_MGMT_PVT_W dependencies on PV_PARTNER_ACCNT_MGMT_PVT

Line 1: package body pv_partner_accnt_mgmt_pvt_w as

1: package body pv_partner_accnt_mgmt_pvt_w as
2: /* $Header: pvxwpamb.pls 120.1 2005/09/08 13:14 appldev 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 43: ddp_party_site_rec pv_partner_accnt_mgmt_pvt.party_site_rec_type;

39: , x_msg_data out nocopy VARCHAR2
40: )
41:
42: as
43: ddp_party_site_rec pv_partner_accnt_mgmt_pvt.party_site_rec_type;
44: ddindx binary_integer; indx binary_integer;
45: begin
46:
47: -- copy data to the local IN or IN-OUT args, if any

Line 77: pv_partner_accnt_mgmt_pvt.create_party_site(p_api_version,

73:
74:
75:
76: -- here's the delegated call to the old PL/SQL routine
77: pv_partner_accnt_mgmt_pvt.create_party_site(p_api_version,
78: p_init_msg_list,
79: p_commit,
80: ddp_party_site_rec,
81: x_return_status,

Line 96: end pv_partner_accnt_mgmt_pvt_w;

92:
93:
94: end;
95:
96: end pv_partner_accnt_mgmt_pvt_w;