DBA Data[Home] [Help]

APPS.PAY_TER_DEL dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 52: -- Delete the pay_template_exclusion_rules row.

48: --
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the pay_template_exclusion_rules row.
53: --
54: delete from pay_template_exclusion_rules
55: where exclusion_rule_id = p_rec.exclusion_rule_id;
56: --

Line 54: delete from pay_template_exclusion_rules

50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the pay_template_exclusion_rules row.
53: --
54: delete from pay_template_exclusion_rules
55: where exclusion_rule_id = p_rec.exclusion_rule_id;
56: --
57: hr_utility.set_location(' Leaving:'||l_proc, 10);
58: --