DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on HR_ALL_ORGANIZATION_UNITS

Line 27: FUNCTION get_pos_flex_num(p_bus_org_id hr_all_organization_units.business_group_id%type) RETURN NUMBER;

23: -- Sundar NFC Changes
24: FUNCTION get_flex_num(p_flex_code fnd_id_flex_structures_tl.id_flex_code%TYPE,
25: p_struct_name fnd_id_flex_structures_tl.id_flex_structure_name%TYPE) RETURN NUMBER;
26:
27: FUNCTION get_pos_flex_num(p_bus_org_id hr_all_organization_units.business_group_id%type) RETURN NUMBER;
28:
29: FUNCTION get_flex_delimiter(p_flex_code fnd_id_flex_segments_vl.id_flex_code%type,
30: p_flex_num fnd_id_flex_structures_vl.id_flex_num%type) RETURN VARCHAR2;
31: