DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_UTIL dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 323: from pay_template_exclusion_rules

319: flexfield_column,
320: exclusion_value,
321: description,
322: object_version_number
323: from pay_template_exclusion_rules
324: where template_id = p_template_id
325: for update of exclusion_rule_id;
326: --
327: begin

Line 3461: -- pay_template_exclusion_rules --

3457: i := p_formulas.next(i);
3458: end loop;
3459: end if;
3460: ----------------------------------
3461: -- pay_template_exclusion_rules --
3462: ----------------------------------
3463: delete from pay_template_exclusion_rules
3464: where template_id = p_template_id;
3465: ---------------------------

Line 3463: delete from pay_template_exclusion_rules

3459: end if;
3460: ----------------------------------
3461: -- pay_template_exclusion_rules --
3462: ----------------------------------
3463: delete from pay_template_exclusion_rules
3464: where template_id = p_template_id;
3465: ---------------------------
3466: -- pay_element_templates --
3467: ---------------------------