DBA Data[Home] [Help]

APPS.CSF_LF_PUB dependencies on CSF_LOCUS_PUB

Line 390: CSF_LOCUS_PUB.read_locus (

386: end if;
387:
388: x_return_status := FND_API.G_RET_STS_SUCCESS;
389:
390: CSF_LOCUS_PUB.read_locus (
391: p_api_version => l_api_version
392: , x_return_status => x_return_status
393: , x_msg_count => l_msg_count
394: , x_msg_data => l_msg_data

Line 402: if ( x_return_status <> CSF_LOCUS_PUB.G_RET_LOCUS_SUCCESS ) then

398: , x_offset => x_offset
399: , x_direction => x_direction
400: );
401:
402: if ( x_return_status <> CSF_LOCUS_PUB.G_RET_LOCUS_SUCCESS ) then
403: return;
404: else
405: /* select roadsegment_geometry into segmentGeometry
406: from csf_lf_roadsegments

Line 540: CSF_LOCUS_PUB.VERIFY_LOCUS (

536: end if;
537:
538: x_return_status := FND_API.G_RET_STS_SUCCESS;
539:
540: CSF_LOCUS_PUB.VERIFY_LOCUS (
541: p_api_version => l_api_version
542: , x_return_status => x_return_status
543: , x_msg_count => x_msg_count
544: , x_msg_data => x_msg_data