DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on CSF_LOCUS_PUB

Line 772: csf_locus_pub.verify_locus(

768:
769: IF l_geometry IS NULL THEN
770: RETURN p_unsorted_res_tbl;
771: END IF;
772: csf_locus_pub.verify_locus(
773: p_api_version => 1.0
774: , x_msg_count => l_msg_count
775: , x_msg_data => l_msg_data
776: , x_return_status => l_return_status

Line 800: csf_locus_pub.verify_locus(p_api_version => 1.0

796: l_distance := csf_util_pvt.get_miss_num;
797:
798: -- Fetch the Geometry corresponding to the Address
799: IF l_address.geometry IS NOT NULL THEN
800: csf_locus_pub.verify_locus(p_api_version => 1.0
801: , p_locus => l_address.geometry
802: , x_msg_count => l_msg_count
803: , x_msg_data => l_msg_data
804: , x_return_status => l_return_status