DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 24: FUNCTION get_flex_num(p_flex_code fnd_id_flex_structures_tl.id_flex_code%TYPE,

20:
21: FUNCTION get_noa_code (p_nature_of_action_id IN NUMBER)
22: RETURN VARCHAR2;
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:

Line 25: p_struct_name fnd_id_flex_structures_tl.id_flex_structure_name%TYPE) RETURN NUMBER;

21: FUNCTION get_noa_code (p_nature_of_action_id IN NUMBER)
22: RETURN VARCHAR2;
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,

Line 35: FUNCTION get_segments(p_flex_num fnd_id_flex_structures_tl.id_flex_num%type,

31:
32: TYPE t_flex_recs IS TABLE OF FND_ID_FLEX_SEGMENTS_VL%ROWTYPE INDEX BY BINARY_INTEGER;
33: l_flex_recs t_flex_recs;
34:
35: FUNCTION get_segments(p_flex_num fnd_id_flex_structures_tl.id_flex_num%type,
36: p_flex_code fnd_id_flex_segments_vl.id_flex_code%type) RETURN t_flex_recs;
37:
38:
39: FUNCTION return_pos_name(l_pos_title per_position_definitions.segment1%type,