DBA Data[Home] [Help]

PACKAGE: APPS.HRI_OLTP_VIEW_SECURITY

Source


1 PACKAGE hri_oltp_view_security AUTHID CURRENT_USER AS
2 /* $Header: hriovsec.pkh 120.2 2011/11/01 10:54:09 karthmoh ship $ */
3 
4   FUNCTION exist_orghvrsn_for_security(p_org_structure_version_id
5                    per_org_structure_versions.org_structure_version_id%type)
6                    RETURN VARCHAR2;
7 
8   FUNCTION exist_orgh_for_security(p_organization_structure_id
9                    per_org_structure_versions.organization_structure_id%type)
10                    RETURN VARCHAR2;
11 
12 END hri_oltp_view_security;