DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 808: from pay_element_classifications

804: and element_set_type = 'C';
805:
806: cursor cur_costing_detail_ele_class is
807: select classification_name
808: from pay_element_classifications
809: where classification_id = to_number(p_cost_detail_class);
810:
811: cursor cur_costing_detail_ele_name is
812: select tl.element_name

Line 2523: from pay_element_classifications

2519: and element_set_type = 'C';
2520:
2521: cursor cur_costing_detail_ele_class is
2522: select classification_name
2523: from pay_element_classifications
2524: where classification_id = to_number(p_cost_detail_class);
2525:
2526: cursor cur_costing_detail_ele_name is
2527: select tl.element_name