DBA Data[Home] [Help]

APPS.PQP_HROSS_INTEGRATION dependencies on FND_FLEX_VALUE_SETS

Line 5610: l_format_type fnd_flex_value_sets.format_type%TYPE;

5606: -- Function to return correct format of people group segments (Bug 4160812)
5607: FUNCTION f_formatted_grp_seg_val(p_seg_name IN VARCHAR2,p_seg_val IN VARCHAR2)
5608: RETURN VARCHAR2
5609: IS
5610: l_format_type fnd_flex_value_sets.format_type%TYPE;
5611: BEGIN
5612: SELECT format_type INTO l_format_type
5613: FROM FND_ID_FLEX_SEGMENTS_VL a, fnd_flex_value_sets b
5614: WHERE id_flex_num = (SELECT people_group_structure

Line 5613: FROM FND_ID_FLEX_SEGMENTS_VL a, fnd_flex_value_sets b

5609: IS
5610: l_format_type fnd_flex_value_sets.format_type%TYPE;
5611: BEGIN
5612: SELECT format_type INTO l_format_type
5613: FROM FND_ID_FLEX_SEGMENTS_VL a, fnd_flex_value_sets b
5614: WHERE id_flex_num = (SELECT people_group_structure
5615: FROM per_business_groups_perf
5616: WHERE business_group_id = p_business_group_id)
5617: AND a.flex_value_set_id = b.flex_value_set_id