DBA Data[Home] [Help]

APPS.PAY_TDF_DEL dependencies on PAY_TIME_DEFINITIONS

Line 96: -- Delete the pay_time_definitions row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: pay_tdf_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_time_definitions row.
97: --
98: delete from pay_time_definitions
99: where time_definition_id = p_rec.time_definition_id;
100: --

Line 98: delete from pay_time_definitions

94: pay_tdf_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_time_definitions row.
97: --
98: delete from pay_time_definitions
99: where time_definition_id = p_rec.time_definition_id;
100: --
101: pay_tdf_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 243: (p_module_name => 'PAY_TIME_DEFINITIONS'

239: --
240: when hr_api.cannot_find_prog_unit then
241: --
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'PAY_TIME_DEFINITIONS'
244: ,p_hook_type => 'AD');
245: --
246: end;
247: --