DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_ELEMENT_TYPES_F_TL

Line 545: from pay_element_types_f el, pay_element_types_f_tl tl

541: where classification_id = to_number(p_cost_detail_class);
542:
543: cursor cur_costing_detail_ele_name is
544: select tl.element_name
545: from pay_element_types_f el, pay_element_types_f_tl tl
546: where el.element_type_id = to_number(p_cost_detail_element)
547: and el.element_type_id = tl.element_type_id
548: and tl.language = userenv('LANG')
549: and fnd_date.canonical_to_date(p_date_earned)