DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_ELEMENT_TYPES_F

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)

Line 966: from pay_element_types_f

962: */
963: Begin
964: select element_name
965: into lv_element_name
966: from pay_element_types_f
967: where element_type_id = p_element;
968: Exception when others then
969: hr_utility.trace('In exception: OTHERS ');
970: null;