DBA Data[Home] [Help]

APPS.IGS_OR_CONTACTS_PKG dependencies on HZ_RELATIONSHIP_V2PUB

Line 155: org_rel_rec hz_relationship_v2pub.relationship_rec_type;

151: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
152: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
153: email_rec hz_contact_point_v2pub.email_rec_type;
154: l_party_rec hz_party_v2pub.party_rec_type;
155: org_rel_rec hz_relationship_v2pub.relationship_rec_type;
156:
157: l_var VARCHAR2(1);
158: l_party_number hz_parties.party_number%TYPE;
159: l_party_relationship_id hz_relationships.relationship_id%TYPE;

Line 451: org_rel_rec hz_relationship_v2pub.relationship_rec_type;

447: ***************************************************************** */
448: ocon_rec hz_party_contact_v2pub.org_contact_rec_type;
449: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
450: email_rec hz_contact_point_v2pub.email_rec_type;
451: org_rel_rec hz_relationship_v2pub.relationship_rec_type;
452: l_party_id hz_parties.party_id%TYPE;
453: l_last_update_date DATE;
454: l_contact_point_id NUMBER(20);
455: tmp_var1 VARCHAR2(2000);