DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 2223: | - Hz_cust_account_role_v2pub.update_cust_account_role

2219: | - Hz_party_v2pub.update_person
2220: | - Hz_party_contact_v2pub.update_org_contact
2221: | - Hz_party_v2pub.update_organization
2222: | - Hz_cust_account_v2pub.update_cust_account
2223: | - Hz_cust_account_role_v2pub.update_cust_account_role
2224: | - Hz_contact_point_v2pub.update_contact_point
2225: | - Hz_party_site_v2pub.update_party_site
2226: | - HZ_.update_contact_preferences
2227: +======================================================================*/

Line 2244: l_custacct_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;

2240: l_org_contact_rec hz_party_contact_v2pub.org_contact_rec_type;
2241: l_account_rec hz_cust_account_v2pub.cust_account_rec_type;
2242: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
2243: l_party_site_rec hz_party_site_v2pub.party_site_rec_type;
2244: l_custacct_role_rec hz_cust_account_role_v2pub.cust_account_role_rec_type;
2245: l_cntct_pref_rec hz_contact_preference_v2pub.contact_preference_rec_type;
2246:
2247: --Local variables
2248: l_party_type varchar2(30);

Line 2431: hz_cust_account_role_v2pub.update_cust_account_role

2427: IBE_UTIL.debug('Update AcctRole Id'||rec_custAcct_role.cust_account_role_id);
2428: END IF;
2429: l_custacct_role_rec.cust_account_role_id := rec_custAcct_role.cust_account_role_id;
2430: l_custacct_role_rec.status := p_party_status;
2431: hz_cust_account_role_v2pub.update_cust_account_role
2432: (p_cust_account_role_rec => l_custacct_role_rec,
2433: p_object_version_number => rec_custAcct_role.object_version_number,
2434: x_return_status => x_return_status,
2435: x_msg_count => x_msg_count,