[Home] [Help]
329: select pet1.element_type_id
330: from pay_element_types_f pet1
331: where pet1.classification_id in
332: (select classification_id
333: from pay_ele_classification_rules
334: where element_set_id = cp_element_set_id)
335: minus
336: select petr.element_type_id
337: from pay_element_type_rules petr