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 4909: location_rec hz_location_v2pub.location_rec_type;

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

Line 13530: p_location_rec IN HZ_LOCATION_v2PUB.LOCATION_REC_TYPE,

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

Line 13537: location_rec hz_location_v2pub.location_rec_type := p_location_rec;

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

Line 13547: hz_location_v2pub.create_location(

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

Line 16162: location_rec hz_location_v2pub.location_rec_type;

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

Line 17112: location_rec hz_location_v2pub.location_rec_type;

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