DBA Data[Home] [Help]

APPS.PVX_MISC_PVT dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 2150: cust_acct_roles_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

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:
2152: l_cust_account_id NUMBER;
2153: l_account_number VARCHAR2(30);
2154: l_party_id NUMBER;

Line 2321: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role(

2317: cust_acct_roles_rec.cust_account_id := l_account_id_array(k);
2318: cust_acct_roles_rec.role_type := 'CONTACT';
2319: cust_acct_roles_rec.Created_by_Module := 'TCA_V2_API';
2320:
2321: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role(
2322: p_init_msg_list => FND_API.G_FALSE,
2323: p_cust_account_role_rec => cust_acct_roles_rec,
2324: x_return_status => l_return_status,
2325: x_msg_count => l_msg_count,