DBA Data[Home] [Help]

APPS.FND_OID_USERS dependencies on HZ_LOCATION_V2PUB

Line 419: x_location_rec hz_location_v2pub.location_rec_type;

415:
416: l_module_source varchar2(256);
417: p_init_msg_list varchar2(2000);
418: l_tca_error exception;
419: x_location_rec hz_location_v2pub.location_rec_type;
420: x_msg_count number;
421: x_msg_data varchar2(2000);
422: x_location_id number;
423:

Line 442: hz_location_v2pub.create_location(p_init_msg_list => fnd_api.G_TRUE,

438: if (fnd_log.LEVEL_PROCEDURE >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
439: then
440: fnd_log.string(fnd_log.LEVEL_PROCEDURE, l_module_source, 'Country is not null' || x_location_rec.country);
441: end if;
442: hz_location_v2pub.create_location(p_init_msg_list => fnd_api.G_TRUE,
443: p_location_rec => x_location_rec,
444: x_location_id => x_location_id,
445: x_return_status => x_return_status,
446: x_msg_count => x_msg_count,

Line 969: x_location_rec hz_location_v2pub.location_rec_type;

965: x_party_site_rec hz_party_site_v2pub.party_site_rec_type;
966: x_party_site_id number;
967: x_msg_count number;
968: x_msg_data varchar2(2000);
969: x_location_rec hz_location_v2pub.location_rec_type;
970: l_location_id number;
971:
972: begin
973: l_module_source := G_MODULE_SOURCE || 'update_party_site';

Line 1018: hz_location_v2pub.update_location (

1014: x_location_rec => x_location_rec);
1015:
1016: x_location_rec.location_id := l_location_id;
1017:
1018: hz_location_v2pub.update_location (
1019: p_init_msg_list => fnd_api.G_TRUE,
1020: p_location_rec => x_location_rec,
1021: p_object_version_number =>p_object_version_number,
1022: x_return_status => x_return_status,

Line 1285: , x_location_rec out nocopy hz_location_v2pub.location_rec_type

1281: --
1282: -------------------------------------------------------------------------------
1283: procedure get_location_rec(
1284: p_ldap_message in fnd_oid_util.ldap_message_type
1285: , x_location_rec out nocopy hz_location_v2pub.location_rec_type
1286: ) is
1287:
1288: cursor cur_fnd_territories is
1289: SELECT TERRITORY_CODE