DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on HZ_LOCATION_V2PUB

Line 938: location_rec hz_location_v2pub.location_rec_type;

934:
935: party_rec hz_party_v2pub.party_rec_type;
936: org_rec hz_party_v2pub.organization_rec_type;
937: person_rec hz_party_v2pub.person_rec_type;
938: location_rec hz_location_v2pub.location_rec_type;
939: psite_rec hz_party_site_v2pub.party_site_rec_type;
940: psiteuse_rec hz_party_site_v2pub.party_site_use_rec_type;
941: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
942: email_rec hz_contact_point_v2pub.email_rec_type;

Line 952: org_location_rec hz_location_v2pub.location_rec_type;

948: web_rec hz_contact_point_v2pub.web_rec_type;
949:
950: org_email_rec hz_contact_point_v2pub.email_rec_type;
951: org_phone_rec hz_contact_point_v2pub.phone_rec_type;
952: org_location_rec hz_location_v2pub.location_rec_type;
953: org_psite_rec hz_party_site_v2pub.party_site_rec_type;
954: language_rec HZ_PERSON_INFO_V2PUB.person_language_rec_type;
955:
956:

Line 4910: location_rec hz_location_v2pub.location_rec_type;

4906:
4907: party_rec hz_party_v2pub.party_rec_type;
4908: org_rec hz_party_v2pub.organization_rec_type;
4909: person_rec hz_party_v2pub.person_rec_type;
4910: location_rec hz_location_v2pub.location_rec_type;
4911: psite_rec hz_party_site_v2pub.party_site_rec_type;
4912: psiteuse_rec hz_party_site_v2pub.party_site_use_rec_type;
4913: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
4914: email_rec hz_contact_point_v2pub.email_rec_type;

Line 13531: p_location_rec IN HZ_LOCATION_v2PUB.LOCATION_REC_TYPE,

13527: end address_echeck;
13528: -- --------------------------------------------------
13529:
13530: procedure create_location (
13531: p_location_rec IN HZ_LOCATION_v2PUB.LOCATION_REC_TYPE,
13532: x_return_status OUT NOCOPY VARCHAR2,
13533: x_msg_count OUT NOCOPY NUMBER,
13534: x_msg_data OUT NOCOPY VARCHAR2,
13535: x_location_id OUT NOCOPY NUMBER

Line 13538: location_rec hz_location_v2pub.location_rec_type := p_location_rec;

13534: x_msg_data OUT NOCOPY VARCHAR2,
13535: x_location_id OUT NOCOPY NUMBER
13536: ) IS
13537:
13538: location_rec hz_location_v2pub.location_rec_type := p_location_rec;
13539:
13540: BEGIN
13541:
13542: select hr_locations_s.nextval into x_location_id from dual;

Line 13548: hz_location_v2pub.create_location(

13544: location_rec.orig_system_reference := x_location_id ;
13545: location_rec.CREATED_BY_MODULE := 'AMS_LIST_IMPORT';
13546: location_rec.application_id := 530;
13547:
13548: hz_location_v2pub.create_location(
13549: 'F',
13550: location_rec,
13551: x_location_id,
13552: x_return_status,

Line 16163: location_rec hz_location_v2pub.location_rec_type;

16159:
16160: party_rec hz_party_v2pub.party_rec_type;
16161: org_rec hz_party_v2pub.organization_rec_type;
16162: person_rec hz_party_v2pub.person_rec_type;
16163: location_rec hz_location_v2pub.location_rec_type;
16164: psite_rec hz_party_site_v2pub.party_site_rec_type;
16165: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
16166: email_rec hz_contact_point_v2pub.email_rec_type;
16167: phone_rec hz_contact_point_v2pub.phone_rec_type;

Line 17113: location_rec hz_location_v2pub.location_rec_type;

17109:
17110: party_rec hz_party_v2pub.party_rec_type;
17111: org_rec hz_party_v2pub.organization_rec_type;
17112: person_rec hz_party_v2pub.person_rec_type;
17113: location_rec hz_location_v2pub.location_rec_type;
17114: psite_rec hz_party_site_v2pub.party_site_rec_type;
17115: cpoint_rec hz_contact_point_v2pub.contact_point_rec_type;
17116: email_rec hz_contact_point_v2pub.email_rec_type;
17117: phone_rec hz_contact_point_v2pub.phone_rec_type;