DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 4881: pay_element_classifications pec

4877: --
4878: cursor csr_check_classification is
4879: select 'Y'
4880: from pay_element_types_f pet,
4881: pay_element_classifications pec
4882: where pet.element_type_id = l_line_record.element_type_id
4883: and pet.CLASSIFICATION_ID = pec.CLASSIFICATION_ID
4884: and pet.PROCESSING_TYPE = 'R'
4885: and pec.legislation_code is not null