DBA Data[Home] [Help]

APPS.PV_PARTNER_ACCNT_MGMT_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 33: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

29: FROM hz_parties
30: WHERE party_id = l_party_id
31: AND party_type = 'ORGANIZATION';
32:
33: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
34: organization_rec HZ_PARTY_V2PUB.organization_rec_type;
35: cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
36: p_party_rec HZ_PARTY_V2PUB.party_rec_type;
37:

Line 97: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

93: account_rec.account_name := l_party_name;
94: organization_rec.party_rec := p_party_rec;
95: organization_rec.party_rec.party_id := p_partner_party_id;
96:
97: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
98: p_init_msg_list => FND_API.G_FALSE,
99: p_cust_account_rec => account_rec,
100: p_organization_rec => organization_rec,
101: p_customer_profile_rec => cust_profile_rec,