DBA Data[Home] [Help]

APPS.CSF_LOCUS_PUB dependencies on CSF_LOCUS_PUB

Line 1: PACKAGE BODY csf_locus_pub AS

1: PACKAGE BODY csf_locus_pub AS
2: /* $Header: CSFPLCSB.pls 120.12.12010000.2 2008/09/25 09:13:57 vpalle ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'CSF_LOCUS_PUB';
5:

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'CSF_LOCUS_PUB';

1: PACKAGE BODY csf_locus_pub AS
2: /* $Header: CSFPLCSB.pls 120.12.12010000.2 2008/09/25 09:13:57 vpalle ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'CSF_LOCUS_PUB';
5:
6: -- message count must always equal ZERO or ONE.
7: -- cannot use messgage list because of pragma
8: PROCEDURE read_locus(

Line 423: -- valid locus (see package CSF_LOCUS_PUB). For performance reasons this

419: -- This function is called with p_item = 'SDO_POINT' and p_index = 1 (X)
420: -- or p_index = 2 (Y) to determine the coordinates of a point location
421: -- such as a customer, resource or task.
422: -- If the SDO_POINT item is null it is assumed that the geometry is a
423: -- valid locus (see package CSF_LOCUS_PUB). For performance reasons this
424: -- will not be checked. The X and Y values can then be obtained from the
425: -- first two elements of the SDO_ORDINATES array.
426: BEGIN
427: IF p_geometry IS NULL

Line 841: END csf_locus_pub;

837: WHEN OTHERS THEN
838: RETURN NULL;
839: END;
840:
841: END csf_locus_pub;