DBA Data[Home] [Help]

APPS.PAY_IE_LEGISLATIVE_ARCHIVE dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 342: FROM pay_element_classifications pec,

338: piv.input_value_id,
339: NVL(pet.reporting_name,pet.element_name) element_name,
340: pec.classification_name,
341: piv.uom
342: FROM pay_element_classifications pec,
343: pay_input_values_f piv,
344: pay_element_types_f pet
345: WHERE pec.classification_name IN
346: ('Court Orders',

Line 379: FROM pay_element_classifications pec,

375: SELECT pet.element_type_id,piv.input_value_id,
376: NVL(pet.reporting_name,pet.element_name) element_name,
377: 'Information',
378: piv.uom
379: FROM pay_element_classifications pec,
380: pay_input_values_f piv,
381: pay_element_types_f pet
382: WHERE pec.classification_name IN ( 'Information')
383: AND pec.business_group_id IS NULL