DBA Data[Home] [Help]

APPS.CSE_PROJ_ITEM_IN_SRV_PKG dependencies on CSE_UTIL_PKG

Line 296: cse_util_pkg.set_debug;

292: BEGIN
293: x_return_status := FND_API.G_RET_STS_SUCCESS;
294: x_error_message := NULL;
295:
296: cse_util_pkg.set_debug;
297:
298: debug('Inside API cse_proj_item_in_srv_pkg.interface_nl_to_pa');
299:
300: debug(' inventory_item_id : '||p_in_srv_pa_attr_rec.item_id);

Line 330: debug('Inside API cse_util_pkg.get_hz_location');

326: l_location_type_code := p_in_srv_pa_attr_rec.location_type;
327:
328: IF p_in_srv_pa_attr_rec.location_type ='HZ_PARTY_SITES' THEN
329:
330: debug('Inside API cse_util_pkg.get_hz_location');
331:
332: cse_util_pkg.get_hz_location (
333: p_party_site_id => p_in_srv_pa_attr_rec.location_id,
334: x_hz_location_id => l_location_id,

Line 332: cse_util_pkg.get_hz_location (

328: IF p_in_srv_pa_attr_rec.location_type ='HZ_PARTY_SITES' THEN
329:
330: debug('Inside API cse_util_pkg.get_hz_location');
331:
332: cse_util_pkg.get_hz_location (
333: p_party_site_id => p_in_srv_pa_attr_rec.location_id,
334: x_hz_location_id => l_location_id,
335: x_Return_Status => l_return_status,
336: x_Error_Message => l_error_message );

Line 616: l_txn_rec := CSE_UTIL_PKG.init_txn_rec;

612: RAISE fnd_api.g_exc_error;
613: END IF;
614:
615: --update transaction record with new txn_status_code = 'INTERFACE_TO_PA'
616: l_txn_rec := CSE_UTIL_PKG.init_txn_rec;
617: l_txn_rec.transaction_id := p_in_srv_pa_attr_rec.transaction_id;
618: l_txn_rec.source_group_ref_id := p_conc_request_id;
619: l_txn_rec.source_header_ref_id := p_in_srv_pa_attr_rec.project_id;
620: l_txn_rec.source_header_ref := l_project_number;

Line 656: l_error_message := cse_util_pkg.dump_error_stack ;

652: x_msg_count => l_msg_count,
653: x_msg_data => l_msg_data);
654:
655: IF NOT (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
656: l_error_message := cse_util_pkg.dump_error_stack ;
657: RAISE fnd_api.g_exc_error;
658: END IF;
659: END IF;
660: