DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PUB dependencies on CSI_ORGANIZATION_UNIT_PUB

Line 1: PACKAGE BODY csi_organization_unit_pub AS

1: PACKAGE BODY csi_organization_unit_pub AS
2: /* $Header: csipoub.pls 120.1 2005/08/16 10:51:46 sguthiva noship $ */
3:
4: g_pkg_name VARCHAR2(30) := 'csi_organization_unit_pub';
5:

Line 4: g_pkg_name VARCHAR2(30) := 'csi_organization_unit_pub';

1: PACKAGE BODY csi_organization_unit_pub AS
2: /* $Header: csipoub.pls 120.1 2005/08/16 10:51:46 sguthiva noship $ */
3:
4: g_pkg_name VARCHAR2(30) := 'csi_organization_unit_pub';
5:
6: /*-------------------------------------------------------*/
7: /* procedure name: get_organization_unit */
8: /* description : Get information about the org unit(s) */

Line 799: END csi_organization_unit_pub;

795: END expire_organization_unit;
796:
797:
798:
799: END csi_organization_unit_pub;
800: