DBA Data[Home] [Help]

APPS.AMS_LIST_IMPORT_PUB dependencies on HZ_LOCATION_V2PUB

Line 70: p_location_rec IN hz_location_v2pub.location_rec_type,

66: p_import_list_header_id IN NUMBER,
67: p_party_rec IN hz_party_v2pub.party_rec_type,
68: p_org_rec IN hz_party_v2pub.organization_rec_type,
69: p_person_rec IN hz_party_v2pub.person_rec_type,
70: p_location_rec IN hz_location_v2pub.location_rec_type,
71: p_psite_rec IN hz_party_site_v2pub.party_site_rec_type,
72: p_cpoint_rec IN hz_contact_point_v2pub.contact_point_rec_type,
73: p_email_rec IN hz_contact_point_v2pub.email_rec_type,
74: p_phone_rec IN hz_contact_point_v2pub.phone_rec_type,

Line 84: p_org_location_rec IN hz_location_v2pub.location_rec_type default null,

80: p_component_name OUT NOCOPY VARCHAR2,
81: l_import_source_line_id IN NUMBER default null,
82: p_org_email_rec IN hz_contact_point_v2pub.email_rec_type default null,
83: p_org_phone_rec IN hz_contact_point_v2pub.phone_rec_type default null,
84: p_org_location_rec IN hz_location_v2pub.location_rec_type default null,
85: p_org_psite_rec IN hz_party_site_v2pub.party_site_rec_type default NULL,
86: p_language_rec IN HZ_PERSON_INFO_V2PUB.person_language_rec_type default NULL,
87: p_org_party_site_phone_rec IN hz_contact_point_v2pub.phone_rec_type default null
88: );