DBA Data[Home] [Help]

APPS.CSF_LF_PUB dependencies on CSF_LOCUS_PUB

Line 470: CSF_LOCUS_PUB.read_locus (

466: end if;
467:
468: x_return_status := FND_API.G_RET_STS_SUCCESS;
469:
470: CSF_LOCUS_PUB.read_locus (
471: p_api_version => l_api_version
472: , x_return_status => x_return_status
473: , x_msg_count => l_msg_count
474: , x_msg_data => l_msg_data

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

478: , x_offset => x_offset
479: , x_direction => x_direction
480: );
481:
482: if ( x_return_status <> CSF_LOCUS_PUB.G_RET_LOCUS_SUCCESS ) then
483: return;
484: else
485: /* select roadsegment_geometry into segmentGeometry
486: from csf_lf_roadsegments

Line 620: CSF_LOCUS_PUB.VERIFY_LOCUS (

616: end if;
617:
618: x_return_status := FND_API.G_RET_STS_SUCCESS;
619:
620: CSF_LOCUS_PUB.VERIFY_LOCUS (
621: p_api_version => l_api_version
622: , x_return_status => x_return_status
623: , x_msg_count => x_msg_count
624: , x_msg_data => x_msg_data