DBA Data[Home] [Help]

APPS.PA_MOAC_UTILS dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 44: p_org_id hr_all_organization_units_tl.organization_id%TYPE

40: --
41:
42: FUNCTION GET_OU_NAME
43: (
44: p_org_id hr_all_organization_units_tl.organization_id%TYPE
45: )
46: RETURN VARCHAR2;
47: --
48: -- This function would return OU Name for the ORG_ID passed.