DBA Data[Home] [Help]

APPS.HRI_BPL_ORG dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 26: per_org_structure_versions.org_structure_version_id%type)

22: -- b)if the current user/responsibility securite profile does not
23: -- have an organization hierarchy set against it:
24: -- always return 'TRUE' i.e. they can view all hierarchies
25: FUNCTION exist_orghvrsn_for_security(p_org_structure_version_id
26: per_org_structure_versions.org_structure_version_id%type)
27: RETURN VARCHAR2;
28:
29: -- bug 2711570
30: -- checks if the current user/responsibility secure profile has an

Line 39: per_org_structure_versions.organization_structure_id%type)

35: -- b)if the current user/responsibility securite profile does not
36: -- have an organization hierarchy set against it:
37: -- always return 'TRUE' i.e. they can view all hierarchies
38: FUNCTION exist_orgh_for_security(p_organization_structure_id
39: per_org_structure_versions.organization_structure_id%type)
40: RETURN VARCHAR2;
41:
42: END hri_bpl_org;