DBA Data[Home] [Help]

APPS.PAY_PTA_UPD dependencies on PAY_DATED_TABLES

Line 68: -- Update the pay_dated_tables Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pay_dated_tables Row
69: --
70: update pay_dated_tables
71: set
72: dated_table_id = p_rec.dated_table_id

Line 70: update pay_dated_tables

66: --
67: --
68: -- Update the pay_dated_tables Row
69: --
70: update pay_dated_tables
71: set
72: dated_table_id = p_rec.dated_table_id
73: ,table_name = p_rec.table_name
74: ,application_id = p_rec.application_id

Line 251: (p_module_name => 'PAY_DATED_TABLES'

247: --
248: when hr_api.cannot_find_prog_unit then
249: --
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'PAY_DATED_TABLES'
252: ,p_hook_type => 'AU');
253: --
254: end;
255: --