DBA Data[Home] [Help]

APPS.PY_FR_ADDITIONAL_ELEMENT_RULES dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 152: from pay_element_classifications

148: and lookup_code = p_code;
149:
150: cursor accrual_class_id is
151: select CLASSIFICATION_ID
152: from pay_element_classifications
153: where LEGISLATION_CODE = 'FR'
154: and CLASSIFICATION_NAME = 'Accrual Information';
155:
156: cursor csr_skip_rule is

Line 209: from pay_element_classifications

205: AND legislation_code = 'FR';
206:
207: cursor Earnings_class_id is
208: select CLASSIFICATION_ID
209: from pay_element_classifications
210: where LEGISLATION_CODE = 'FR'
211: and CLASSIFICATION_NAME = 'Earnings';
212:
213: cursor element_group is