DBA Data[Home] [Help]

APPS.PAY_MIX_ROLLBACK_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 71: pay_element_classifications pec

67:
68: cursor csr_check_classification is
69: select 'Y'
70: from pay_element_types_f pet,
71: pay_element_classifications pec
72: where pet.element_type_id = l_batch_line.element_type_id
73: and pet.CLASSIFICATION_ID = pec.CLASSIFICATION_ID
74: and pet.PROCESSING_TYPE = 'R'
75: and pec.legislation_code is not null