DBA Data[Home] [Help]

APPS.PAY_US_TAXABILITY_RULES_PKG_F dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 295: FROM pay_element_classifications pec

291: -- declare cursor
292: --
293: CURSOR get_class_id IS
294: SELECT pec.classification_id
295: FROM pay_element_classifications pec
296: WHERE pec.classification_name = p_classification_name
297: AND pec.legislation_code = 'US';
298: --
299: l_classification_id NUMBER(9);