DBA Data[Home] [Help]

APPS.CSF_LOCUS_PUB dependencies on FND_API

Line 264: * @returns FND_API.G_TRUE/G_FALSE

260: /**
261: * Checks whether the Geometry is proper or not and inturn indicates
262: * whether to call Location Finder or not.
263: *
264: * @returns FND_API.G_TRUE/G_FALSE
265: */
266: FUNCTION should_call_lf(p_geom IN MDSYS.SDO_GEOMETRY)
267: RETURN VARCHAR2;
268:

Line 415: , p_init_msg_list IN VARCHAR2 default FND_API.G_FALSE

411: * @param x_segment_id Nearest Street Segment Id.
412: */
413: FUNCTION get_segment_id (
414: p_api_version IN NUMBER default 1.0
415: , p_init_msg_list IN VARCHAR2 default FND_API.G_FALSE
416: , p_latitude IN NUMBER
417: , p_longitude IN NUMBER
418: , p_country IN VARCHAR2
419: , x_segment_id OUT NOCOPY NUMBER