DBA Data[Home] [Help]

APPS.PAY_RCU_DEL dependencies on PAY_RETRO_COMPONENT_USAGES

Line 96: -- Delete the pay_retro_component_usages row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pay_retro_component_usages row.
97: --
98: delete from pay_retro_component_usages
99: where retro_component_usage_id = p_rec.retro_component_usage_id;
100: --

Line 98: delete from pay_retro_component_usages

94: --
95: --
96: -- Delete the pay_retro_component_usages row.
97: --
98: delete from pay_retro_component_usages
99: where retro_component_usage_id = p_rec.retro_component_usage_id;
100: --
101: --
102: --

Line 234: (p_module_name => 'PAY_RETRO_COMPONENT_USAGES'

230: --
231: when hr_api.cannot_find_prog_unit then
232: --
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'PAY_RETRO_COMPONENT_USAGES'
235: ,p_hook_type => 'AD');
236: --
237: end;
238: --