DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on HZ_LOCATION_V2PUB

Line 274: p_location_rec IN HZ_LOCATION_V2PUB.location_rec_type,

270: p_username IN VARCHAR2,
271: p_password IN VARCHAR2,
272: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
273: p_organization_rec IN HZ_PARTY_V2PUB.organization_rec_type,
274: p_location_rec IN HZ_LOCATION_V2PUB.location_rec_type,
275: p_org_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
276: p_org_fax_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
277: p_rel_workphone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
278: p_rel_homephone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,

Line 1115: p_location_rec IN HZ_LOCATION_V2PUB.location_rec_type,

1111: p_org_workphone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
1112: /* p_org_homephone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
1113: */
1114: p_org_fax_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
1115: p_location_rec IN HZ_LOCATION_V2PUB.location_rec_type,
1116: p_party_site_rec IN HZ_PARTY_SITE_V2PUB.party_site_rec_type,
1117: p_primary_billto IN VARCHAR2 := FND_API.G_FALSE,
1118: p_primary_shipto IN VARCHAR2 := FND_API.G_FALSE,
1119: p_billto IN VARCHAR2 := FND_API.G_FALSE,

Line 1139: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;

1135: l_party_site_id NUMBER;
1136: l_profile_id NUMBER;
1137: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1138: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
1139: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;
1140:
1141: l_org_workphone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type := null;
1142: /*l_org_homephone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type:= null;*/
1143: l_org_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type:= null;

Line 2702: | HZ_LOCATION_V2PUB.create_location()

2698: | HZ_PARTY_V2PUB.create_person()
2699: | HZ_PARTY_V2PUB.update_person()
2700: | HZ_PARTY_V2PUB.create_organization()
2701: | HZ_PARTY_V2PUB.update_organization()
2702: | HZ_LOCATION_V2PUB.create_location()
2703: | HZ_LOCATION_V2PUB.update_location()
2704: | HZ_PARTY_SITE_V2PUB.create_party_site()
2705: | HZ_PARTY_CONTACT_V2PUB.create_org_contact()
2706: | HZ_CONTACT_PREFERENCE_V2PUB.create_contact_preference()

Line 2703: | HZ_LOCATION_V2PUB.update_location()

2699: | HZ_PARTY_V2PUB.update_person()
2700: | HZ_PARTY_V2PUB.create_organization()
2701: | HZ_PARTY_V2PUB.update_organization()
2702: | HZ_LOCATION_V2PUB.create_location()
2703: | HZ_LOCATION_V2PUB.update_location()
2704: | HZ_PARTY_SITE_V2PUB.create_party_site()
2705: | HZ_PARTY_CONTACT_V2PUB.create_org_contact()
2706: | HZ_CONTACT_PREFERENCE_V2PUB.create_contact_preference()
2707: | HZ_CONTACT_PREFERENCE_V2PUB.update_contact_preference()

Line 2733: p_location_rec IN HZ_LOCATION_V2PUB.location_rec_type,

2729: p_contact_pref_rec IN HZ_CONTACT_PREFERENCE_V2PUB.contact_preference_rec_type,
2730: p_cntct_pref_object_ver_num IN NUMBER,
2731: p_organization_rec IN HZ_PARTY_V2PUB.organization_rec_type,
2732: p_org_object_version_number IN NUMBER,
2733: p_location_rec IN HZ_LOCATION_V2PUB.location_rec_type,
2734: p_loc_object_version_number IN NUMBER,
2735: p_orgph_contact_point_rec IN HZ_CONTACT_POINT_V2PUB.contact_point_rec_type,
2736: p_org_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
2737: p_orgph_object_version_number IN NUMBER,

Line 2764: l_location_rec HZ_LOCATION_V2PUB.location_rec_type := p_location_rec;

2760: and contact_type = 'ALL';
2761:
2762: l_party_rel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
2763: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
2764: l_location_rec HZ_LOCATION_V2PUB.location_rec_type := p_location_rec;
2765:
2766: l_party_id NUMBER;
2767: l_person_profile_id NUMBER;
2768: l_person_party_number HZ_PARTIES.PARTY_NUMBER%TYPE;

Line 3017: IBE_UTIL.debug('Call HZ_LOCATION_V2PUB.update_location () API');

3013: END IF;
3014:
3015: ELSIF ( l_loc_object_version_number <> FND_API.G_MISS_NUM ) THEN
3016: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3017: IBE_UTIL.debug('Call HZ_LOCATION_V2PUB.update_location () API');
3018: END IF;
3019:
3020: HZ_LOCATION_V2PUB.update_location (
3021: p_location_rec => l_location_rec,

Line 3020: HZ_LOCATION_V2PUB.update_location (

3016: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3017: IBE_UTIL.debug('Call HZ_LOCATION_V2PUB.update_location () API');
3018: END IF;
3019:
3020: HZ_LOCATION_V2PUB.update_location (
3021: p_location_rec => l_location_rec,
3022: p_object_version_number => l_loc_object_version_number,
3023: x_return_status => x_return_status,
3024: x_msg_count => x_msg_count,

Line 3028: IBE_UTIL.debug('After Call to HZ_LOCATION_V2PUB.update_location API');

3024: x_msg_count => x_msg_count,
3025: x_msg_data => x_msg_data);
3026:
3027: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3028: IBE_UTIL.debug('After Call to HZ_LOCATION_V2PUB.update_location API');
3029: END IF;
3030:
3031: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3032: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_return_status : '|| x_return_status);

Line 3032: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_return_status : '|| x_return_status);

3028: IBE_UTIL.debug('After Call to HZ_LOCATION_V2PUB.update_location API');
3029: END IF;
3030:
3031: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3032: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_return_status : '|| x_return_status);
3033: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_count : '|| x_msg_count);
3034: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_data :' || x_msg_data);
3035: END IF;
3036:

Line 3033: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_count : '|| x_msg_count);

3029: END IF;
3030:
3031: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3032: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_return_status : '|| x_return_status);
3033: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_count : '|| x_msg_count);
3034: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_data :' || x_msg_data);
3035: END IF;
3036:
3037: IF x_return_status <> FND_API.G_RET_STS_SUCCESS then

Line 3034: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_data :' || x_msg_data);

3030:
3031: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3032: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_return_status : '|| x_return_status);
3033: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_count : '|| x_msg_count);
3034: IBE_UTIL.debug('After call to HZ_LOCATION_V2PUB.update_location - x_msg_data :' || x_msg_data);
3035: END IF;
3036:
3037: IF x_return_status <> FND_API.G_RET_STS_SUCCESS then
3038: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;