DBA Data[Home] [Help]

APPS.OTA_RA_CON_API dependencies on HZ_CUST_ACCOUNT_ROLE_V2PUB

Line 287: arole_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;

283: per_rec HZ_PARTY_V2PUB.person_rec_type ;
284: party_rec HZ_PARTY_V2PUB.party_rec_type ;
285: ocon_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type ;
286: party_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type ;
287: arole_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
288:
289: BEGIN
290: i_create_org_contact := 'Y';
291: l_created_by_module := 'OLMENR';

Line 446: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role(

442: arole_rec.attribute19 := x_Attribute19;
443: arole_rec.attribute20 := x_Attribute20;
444: arole_rec.created_by_module := l_created_by_module;
445:
446: HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role(
447: l_temp,
448: arole_rec,
449: x_cust_account_role_id,
450: x_return_status,