DBA Data[Home] [Help]

APPS.PVX_MISC_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 2147: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

2143: )
2144: group by hzr.party_id;
2145:
2146:
2147: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
2148: organization_rec HZ_PARTY_V2PUB.organization_rec_type;
2149: cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
2150: cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
2151:

Line 2219: HZ_CUST_ACCOUNT_V2PUB.create_cust_account

2215:
2216: organization_rec.party_rec.party_id := l_ptnr_party_id_array(k);
2217: account_rec.account_name := 'System Generated Account';
2218:
2219: HZ_CUST_ACCOUNT_V2PUB.create_cust_account
2220: (
2221: p_init_msg_list => FND_API.G_FALSE,
2222: p_cust_account_rec => account_rec,
2223: p_organization_rec => organization_rec,