DBA Data[Home] [Help]

APPS.ARH_CROL_PKG dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 300: role_resp_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;

296: --role_rec hz_party_pub.org_contact_role_rec_type;
297: --role_resp_rec hz_customer_accounts_pub.role_resp_rec_type;
298:
299: role_rec hz_party_contact_v2pub.org_contact_role_rec_type;
300: role_resp_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;
301: tmp_var VARCHAR2(2000);
302: i NUMBER;
303: tmp_var1 VARCHAR2(2000);
304: l_count NUMBER;

Line 392: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility (

388: role_resp_rec.attribute15 := x_Attribute15;
389: role_resp_rec.created_by_module := 'TCA_FORM_WRAPPER';
390:
391: -- call V2 API.
392: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_role_responsibility (
393: p_role_responsibility_rec => role_resp_rec,
394: x_responsibility_id => X_Contact_Role_Id,
395: x_return_status => x_return_status,
396: x_msg_count => x_msg_count,

Line 458: role_resp_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;

454: IS
455: -- role_rec hz_party_pub.org_contact_role_rec_type;
456: -- role_resp_rec hz_customer_accounts_pub.role_resp_rec_type;
457: role_rec hz_party_contact_v2pub.org_contact_role_rec_type;
458: role_resp_rec hz_cust_account_role_v2pub.role_responsibility_rec_type;
459: tmp_var VARCHAR2(2000);
460: i NUMBER;
461: tmp_var1 VARCHAR2(2000);
462: l_rol_res_rowid ROWID;

Line 550: HZ_CUST_ACCOUNT_ROLE_V2PUB.update_role_responsibility (

546:
547: END IF;
548:
549: -- call V2 API.
550: HZ_CUST_ACCOUNT_ROLE_V2PUB.update_role_responsibility (
551: p_role_responsibility_rec => role_resp_rec,
552: p_object_version_number => l_rol_res_obj_version,
553: x_return_status => x_return_status,
554: x_msg_count => x_msg_count,