DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 4913: pay_element_classifications pec

4909: --
4910: cursor csr_check_classification is
4911: select 'Y'
4912: from pay_element_types_f pet,
4913: pay_element_classifications pec
4914: where pet.element_type_id = l_line_record.element_type_id
4915: and pet.CLASSIFICATION_ID = pec.CLASSIFICATION_ID
4916: and pet.PROCESSING_TYPE = 'R'
4917: and pec.legislation_code is not null