DBA Data[Home] [Help]

APPS.PAY_SSR_DEL dependencies on PAY_SHADOW_SUB_CLASSI_RULES

Line 56: -- Delete the pay_shadow_sub_classi_rules row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pay_shadow_sub_classi_rules row.
57: --
58: delete from pay_shadow_sub_classi_rules
59: where sub_classification_rule_id = p_rec.sub_classification_rule_id;
60: --

Line 58: delete from pay_shadow_sub_classi_rules

54: --
55: --
56: -- Delete the pay_shadow_sub_classi_rules row.
57: --
58: delete from pay_shadow_sub_classi_rules
59: where sub_classification_rule_id = p_rec.sub_classification_rule_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);