DBA Data[Home] [Help]

APPS.PAY_TDF_UPD dependencies on PAY_TIME_DEFINITIONS

Line 68: -- Update the pay_time_definitions Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pay_tdf_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_time_definitions Row
69: --
70: update pay_time_definitions
71: set
72: time_definition_id = p_rec.time_definition_id

Line 70: update pay_time_definitions

66: pay_tdf_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_time_definitions Row
69: --
70: update pay_time_definitions
71: set
72: time_definition_id = p_rec.time_definition_id
73: ,short_name = p_rec.short_name
74: ,definition_name = p_rec.definition_name

Line 273: (p_module_name => 'PAY_TIME_DEFINITIONS'

269: --
270: when hr_api.cannot_find_prog_unit then
271: --
272: hr_api.cannot_find_prog_unit_error
273: (p_module_name => 'PAY_TIME_DEFINITIONS'
274: ,p_hook_type => 'AU');
275: --
276: end;
277: --