DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 614: from pay_element_classifications

610: and element_set_type = 'C';
611:
612: cursor cur_ele_element_class is
613: select classification_name
614: from pay_element_classifications
615: where classification_id = to_number(p_ele_element_class);
616:
617: cursor cur_ele_element_name is
618: select element_name

Line 632: from pay_element_classifications

628: between effective_start_date and effective_end_date;
629:
630: cursor cur_ded_class is
631: select classification_name
632: from pay_element_classifications
633: where classification_id = to_number(p_deduction_class);
634:
635: cursor cur_ded_name is
636: select element_name

Line 726: from pay_element_classifications

722: and element_set_type = 'C';
723:
724: cursor cur_costing_detail_ele_class is
725: select classification_name
726: from pay_element_classifications
727: where classification_id = to_number(p_cost_detail_class);
728:
729: cursor cur_costing_detail_ele_name is
730: select tl.element_name