DBA Data[Home] [Help]

APPS.HRI_OLTP_VIEW_SECURITY dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 5: per_org_structure_versions.org_structure_version_id%type)

1: PACKAGE hri_oltp_view_security AUTHID CURRENT_USER AS
2: /* $Header: hriovsec.pkh 115.0 2003/04/01 17:23:19 cbridge noship $ */
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)

Line 9: per_org_structure_versions.organization_structure_id%type)

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;