DBA Data[Home] [Help]

APPS.CSD_RETURNS_UTIL dependencies on HZ_LOCATION_V2PUB

Line 982: l_location_rec hz_location_v2pub.location_rec_type;

978: )
979: IS
980: lc_api_name CONSTANT VARCHAR2(80) := 'CSD_RETURNS_UTIL.create_address';
981: lc_api_version CONSTANT NUMBER := 1.0;
982: l_location_rec hz_location_v2pub.location_rec_type;
983: l_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;
984: l_party_site_rec hz_party_site_v2pub.party_site_rec_type;
985: l_location_id NUMBER := p_location_id;
986: x_party_site_number VARCHAR2(30);

Line 1032: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Before calling HZ_LOCATION_V2PUB.create_location');

1028: l_location_rec.address_style := p_address_style;
1029: l_location_rec.created_by_module := 'CSDSR';
1030:
1031: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
1032: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Before calling HZ_LOCATION_V2PUB.create_location');
1033: END IF;
1034:
1035: HZ_LOCATION_V2PUB.create_location
1036: (p_init_msg_list => p_init_msg_list,

Line 1035: HZ_LOCATION_V2PUB.create_location

1031: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
1032: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Before calling HZ_LOCATION_V2PUB.create_location');
1033: END IF;
1034:
1035: HZ_LOCATION_V2PUB.create_location
1036: (p_init_msg_list => p_init_msg_list,
1037: p_location_rec => l_location_rec,
1038: --p_do_addr_val => 'Y',
1039: x_location_id => x_location_id,

Line 1045: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Returned from HZ_LOCATION_V2PUB.create_location');

1041: x_msg_count => x_msg_count,
1042: x_msg_data => x_msg_data
1043: );
1044: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
1045: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Returned from HZ_LOCATION_V2PUB.create_location');
1046: END IF;
1047:
1048: IF x_return_status <> fnd_api.g_ret_sts_success
1049: THEN