DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on CSF_LOCUS_PUB

Line 937: csf_locus_pub.verify_locus(

933: IF l_geometry IS NULL THEN
934: RETURN p_unsorted_res_tbl;
935: END IF;
936:
937: csf_locus_pub.verify_locus(
938: p_api_version => 1.0
939: , x_msg_count => l_msg_count
940: , x_msg_data => l_msg_data
941: , x_return_status => l_return_status

Line 2668: csf_locus_pub.verify_locus(

2664: CLOSE c_status_lookup;
2665:
2666: -- Fetch the Geometry corresponding to the Address
2667: IF l_address.geometry IS NOT NULL THEN
2668: csf_locus_pub.verify_locus(
2669: p_api_version => 1.0
2670: , p_locus => l_address.geometry
2671: , x_msg_count => x_msg_count
2672: , x_msg_data => x_msg_data