DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 255: l_cust_acct_role_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

251: l_mode VARCHAR(50) := 'CREATE';
252: l_party_site_id NUMBER;
253: l_contact_point_id NUMBER;
254: l_party_site_number VARCHAR2(1000);
255: l_cust_acct_role_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
256: l_party_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
257: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
258: l_location_id NUMBER;
259: l_log_msg LOG_MESSAGE_TBL_TYPE;

Line 1003: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (

999: l_cust_acct_role_rec.created_by_module:='PV';
1000:
1001:
1002:
1003: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role (
1004: p_init_msg_list =>'T',
1005: p_cust_account_role_rec => l_cust_acct_role_rec,
1006: x_cust_account_role_id =>l_cust_account_role_id,
1007: x_return_status => l_return_status,

Line 1024: FND_MESSAGE.SET_TOKEN('API_NAME', 'HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role');

1020: l_log_msg(l_log_count):=substrb(fnd_message.get, 1, 1000);
1021: END LOOP;
1022: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1023: FND_MESSAGE.SET_NAME('PV', 'PV_API_FAILED');
1024: FND_MESSAGE.SET_TOKEN('API_NAME', 'HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role');
1025: l_log_count:= l_log_count + 1;
1026: l_log_msg(l_log_count):=substrb(fnd_message.get, 1, 1000);
1027: END IF;
1028: END IF;