Not able to pass address details while creating relationships by using API Hz_Party_Contact_V2pub.cr
Hi,
I have to strore addres details in hz_parties against the relatioship id . I am using API Hz_Party_Contact_V2pub.create_org_contact
it has parameter
p_org_contact_rec
of type
Hz_Party_Contact_V2pub.org_contact_rec_type
which use----> party_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type
which use --> party_rec HZ_PARTY_V2PUB.PARTY_REC_TYPE
In any of these record type , not able find address parameters..like (hz_parties. postal_code, hz_parties.address1...etc)
Regards