DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYRS_PKG dependencies on PAY_INPUT_VALUES_F

Line 492: from pay_input_values_f

488: min(name)
489: bulk collect into
490: l_element.input_value_id_tbl,
491: l_element.input_value_name_tbl
492: from pay_input_values_f
493: where element_type_id = l_element.element_type_id
494: and legislation_code = 'KR'
495: and business_group_id is null
496: group by input_value_id;