DBA Data[Home] [Help]

APPS.CSC_RESPONSE_CENTER_PKG_V2 dependencies on HZ_LOCATION_V2PUB

Line 205: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;

201: x_location_id OUT NOCOPY NUMBER,
202: x_addr_val_status OUT NOCOPY VARCHAR2,
203: x_addr_warn_msg OUT NOCOPY VARCHAR2)
204: IS
205: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
206: l_return_status VARCHAR2(1);
207: l_msg_count NUMBER;
208: l_msg_data VARCHAR2(2000);
209: l_location_id NUMBER;

Line 283: --HZ_LOCATION_V2PUB.create_location ( p_init_msg_list => FND_API.G_FALSE, -- commented to fix bug# 9570086 by mpathani

279: END IF;
280:
281: /* End of NCR Jul'09 Bug 8435112 */
282:
283: --HZ_LOCATION_V2PUB.create_location ( p_init_msg_list => FND_API.G_FALSE, -- commented to fix bug# 9570086 by mpathani
284: HZ_LOCATION_V2PUB.create_location ( p_init_msg_list => FND_API.G_TRUE, -- To initialize the Message List on each call
285: p_location_rec => l_location_rec,
286: x_return_status => l_return_status,
287: x_msg_count => l_msg_count,

Line 284: HZ_LOCATION_V2PUB.create_location ( p_init_msg_list => FND_API.G_TRUE, -- To initialize the Message List on each call

280:
281: /* End of NCR Jul'09 Bug 8435112 */
282:
283: --HZ_LOCATION_V2PUB.create_location ( p_init_msg_list => FND_API.G_FALSE, -- commented to fix bug# 9570086 by mpathani
284: HZ_LOCATION_V2PUB.create_location ( p_init_msg_list => FND_API.G_TRUE, -- To initialize the Message List on each call
285: p_location_rec => l_location_rec,
286: x_return_status => l_return_status,
287: x_msg_count => l_msg_count,
288: x_msg_data => l_msg_data,

Line 317: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;

313: x_return_status OUT NOCOPY VARCHAR2,
314: x_addr_val_status OUT NOCOPY VARCHAR2,
315: x_addr_warn_msg OUT NOCOPY VARCHAR2)
316: IS
317: l_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
318: l_return_status VARCHAR2(1);
319: l_msg_count NUMBER;
320: l_msg_data VARCHAR2(2000);
321:

Line 403: --HZ_LOCATION_V2PUB.update_location ( p_init_msg_list => FND_API.G_FALSE, -- commented to fix bug# 9570086 by mpathani

399: l_location_rec.attribute19 := Nvl(p_address_rec.attribute19, CSC_RESPONSE_CENTER_PKG_V2.g_miss_char);
400: l_location_rec.attribute20 := Nvl(p_address_rec.attribute20, CSC_RESPONSE_CENTER_PKG_V2.g_miss_char);
401: -- End fix by spamujul for Bug 12849575
402:
403: --HZ_LOCATION_V2PUB.update_location ( p_init_msg_list => FND_API.G_FALSE, -- commented to fix bug# 9570086 by mpathani
404: HZ_LOCATION_V2PUB.update_location ( p_init_msg_list => FND_API.G_TRUE, -- To initialize the Message List on each call
405: p_location_rec => l_location_rec,
406: p_object_version_number => x_object_version_number,
407: x_return_status => l_return_status,

Line 404: HZ_LOCATION_V2PUB.update_location ( p_init_msg_list => FND_API.G_TRUE, -- To initialize the Message List on each call

400: l_location_rec.attribute20 := Nvl(p_address_rec.attribute20, CSC_RESPONSE_CENTER_PKG_V2.g_miss_char);
401: -- End fix by spamujul for Bug 12849575
402:
403: --HZ_LOCATION_V2PUB.update_location ( p_init_msg_list => FND_API.G_FALSE, -- commented to fix bug# 9570086 by mpathani
404: HZ_LOCATION_V2PUB.update_location ( p_init_msg_list => FND_API.G_TRUE, -- To initialize the Message List on each call
405: p_location_rec => l_location_rec,
406: p_object_version_number => x_object_version_number,
407: x_return_status => l_return_status,
408: x_msg_count => l_msg_count,