DBA Data[Home] [Help]

APPS.PER_RES_UPD dependencies on PER_CAGR_ENTITLEMENT_RESULTS

Line 68: -- Update the per_cagr_entitlement_results Row

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

Line 70: update per_cagr_entitlement_results

66: --
67: --
68: -- Update the per_cagr_entitlement_results Row
69: --
70: update per_cagr_entitlement_results
71: set
72: cagr_entitlement_result_id = p_rec.cagr_entitlement_result_id
73: ,chosen_flag = p_rec.chosen_flag
74: ,object_version_number = p_rec.object_version_number

Line 268: (p_module_name => 'PER_CAGR_ENTITLEMENT_RESULTS'

264: --
265: when hr_api.cannot_find_prog_unit then
266: --
267: hr_api.cannot_find_prog_unit_error
268: (p_module_name => 'PER_CAGR_ENTITLEMENT_RESULTS'
269: ,p_hook_type => 'AU');
270: --
271: end;
272: */