DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_ELEMENT_TYPES_F_TL

Line 813: from pay_element_types_f el, pay_element_types_f_tl tl

809: where classification_id = to_number(p_cost_detail_class);
810:
811: cursor cur_costing_detail_ele_name is
812: select tl.element_name
813: from pay_element_types_f el, pay_element_types_f_tl tl
814: where el.element_type_id = to_number(p_cost_detail_element)
815: and el.element_type_id = tl.element_type_id
816: and tl.language = userenv('LANG')
817: and fnd_date.canonical_to_date(p_date_earned)

Line 2528: from pay_element_types_f el, pay_element_types_f_tl tl

2524: where classification_id = to_number(p_cost_detail_class);
2525:
2526: cursor cur_costing_detail_ele_name is
2527: select tl.element_name
2528: from pay_element_types_f el, pay_element_types_f_tl tl
2529: where el.element_type_id = to_number(p_cost_detail_element)
2530: and el.element_type_id = tl.element_type_id
2531: and tl.language = userenv('LANG')
2532: and fnd_date.canonical_to_date(p_date_earned)