DBA Data[Home] [Help]

APPS.HRI_OLTP_VIEW_SECURITY dependencies on HRI_BPL_ORG

Line 11: RETURN hri_bpl_org.exist_orghvrsn_for_security(p_org_structure_version_id);

7:
8: BEGIN
9:
10: -- call business process layer function
11: RETURN hri_bpl_org.exist_orghvrsn_for_security(p_org_structure_version_id);
12:
13: END exist_orghvrsn_for_security;
14:
15:

Line 22: RETURN hri_bpl_org.exist_orgh_for_security(p_organization_structure_id);

18: RETURN VARCHAR2 IS
19:
20: BEGIN
21: -- call business process layer function
22: RETURN hri_bpl_org.exist_orgh_for_security(p_organization_structure_id);
23: END exist_orgh_for_security;
24:
25: END hri_oltp_view_security;