DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 266: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

262: l_attr_status VARCHAR2(100);
263: l_partner_cust_acct VARCHAR2(100);
264: l_contact_cust_acct VARCHAR2(100);
265: l_cust_account_role_id NUMBER;
266: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
267: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
268: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
269: l_cust_account_id NUMBER;
270: l_cust_account_number VARCHAR2(1000);

Line 946: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

942:
943:
944: -- dbms_output.put_line('Just before the Partner cust account API' );
945:
946: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
947: p_init_msg_list => FND_API.G_TRUE,
948: p_cust_account_rec => l_account_rec,
949: p_organization_rec => l_organization_rec,
950: p_customer_profile_rec => l_cust_profile_rec,