DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_CONTACT_BO_PUB dependencies on HZ_CUST_ACCOUNT_ROLES

Line 267: p_obj_type => 'HZ_CUST_ACCOUNT_ROLES',

263: hz_registry_validate_bo_pvt.validate_ssm_id(
264: px_id => x_cust_acct_contact_id,
265: px_os => x_cust_acct_contact_os,
266: px_osr => x_cust_acct_contact_osr,
267: p_obj_type => 'HZ_CUST_ACCOUNT_ROLES',
268: p_create_or_update => 'C',
269: x_return_status => x_return_status,
270: x_msg_count => x_msg_count,
271: x_msg_data => x_msg_data);

Line 664: FROM HZ_CUST_ACCOUNT_ROLES r

660: l_cas_id NUMBER;
661:
662: CURSOR get_ovn(l_car_id NUMBER) IS
663: SELECT r.object_version_number, r.party_id, r.cust_account_id, r.cust_acct_site_id
664: FROM HZ_CUST_ACCOUNT_ROLES r
665: WHERE r.cust_account_role_id = l_car_id;
666: BEGIN
667: -- Standard start of API savepoint
668: -- SAVEPOINT update_logical_cac_pub;

Line 703: p_obj_type => 'HZ_CUST_ACCOUNT_ROLES',

699: hz_registry_validate_bo_pvt.validate_ssm_id(
700: px_id => x_cust_acct_contact_id,
701: px_os => x_cust_acct_contact_os,
702: px_osr => x_cust_acct_contact_osr,
703: p_obj_type => 'HZ_CUST_ACCOUNT_ROLES',
704: p_create_or_update => 'U',
705: x_return_status => x_return_status,
706: x_msg_count => x_msg_count,
707: x_msg_data => x_msg_data);

Line 928: p_entity_type => 'HZ_CUST_ACCOUNT_ROLES',

924: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
925: p_entity_id => x_cust_acct_contact_id,
926: p_entity_os => x_cust_acct_contact_os,
927: p_entity_osr => x_cust_acct_contact_osr,
928: p_entity_type => 'HZ_CUST_ACCOUNT_ROLES',
929: p_parent_id => px_parent_id,
930: p_parent_obj_type => px_parent_obj_type
931: );
932:

Line 1190: Customer Account Role N N HZ_CUST_ACCOUNT_ROLES

1186: records for the particular contact from these TCA entity tables.
1187:
1188: Embedded TCA Entity Mandatory Multiple TCA Table Entities
1189:
1190: Customer Account Role N N HZ_CUST_ACCOUNT_ROLES
1191: Role Responsibility N Y HZ_ROLE_RESPONSIBILITY
1192:
1193: */
1194:

Line 1241: p_obj_type => 'HZ_CUST_ACCOUNT_ROLES',

1237: HZ_EXTRACT_BO_UTIL_PVT.validate_ssm_id(
1238: px_id => l_cust_acct_contact_id,
1239: px_os => l_cust_acct_contact_os,
1240: px_osr => l_cust_acct_contact_osr,
1241: p_obj_type => 'HZ_CUST_ACCOUNT_ROLES',
1242: x_return_status => x_return_status,
1243: x_msg_count => x_msg_count,
1244: x_msg_data => x_msg_data);
1245: