DBA Data[Home] [Help]

APPS.AMS_LIST_IMPORT_PUB dependencies on HZ_PARTY_SITE_V2PUB

Line 71: p_psite_rec IN hz_party_site_v2pub.party_site_rec_type,

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,
75: p_fax_rec IN hz_contact_point_v2pub.phone_rec_type,

Line 77: p_siteuse_rec IN hz_party_site_v2pub.party_site_use_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,
75: p_fax_rec IN hz_contact_point_v2pub.phone_rec_type,
76: p_ocon_rec IN hz_party_contact_v2pub.org_contact_rec_type,
77: p_siteuse_rec IN hz_party_site_v2pub.party_site_use_rec_type,
78: p_web_rec IN hz_contact_point_v2pub.web_rec_type,
79: x_new_party OUT NOCOPY VARCHAR2,
80: p_component_name OUT NOCOPY VARCHAR2,
81: l_import_source_line_id IN NUMBER default null,

Line 85: p_org_psite_rec IN hz_party_site_v2pub.party_site_rec_type default NULL,

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: );
89: