DBA Data[Home] [Help]

APPS.PAY_PYR_UPD dependencies on PAY_RATES

Line 68: -- Update the pay_rates Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pay_pyr_shd.g_api_dml := TRUE; -- Set the api dml status
67: --
68: -- Update the pay_rates Row
69: --
70: update pay_rates
71: set
72: rate_id = p_rec.rate_id

Line 70: update pay_rates

66: pay_pyr_shd.g_api_dml := TRUE; -- Set the api dml status
67: --
68: -- Update the pay_rates Row
69: --
70: update pay_rates
71: set
72: rate_id = p_rec.rate_id
73: ,parent_spine_id = p_rec.parent_spine_id
74: ,name = p_rec.name

Line 366: (p_module_name => 'PAY_RATES'

362: --
363: when hr_api.cannot_find_prog_unit THEN
364: --
365: hr_api.cannot_find_prog_unit_error
366: (p_module_name => 'PAY_RATES'
367: ,p_hook_type => 'AU');
368: --
369: END;
370: --