DBA Data[Home] [Help]

APPS.PAY_CNU_UPD dependencies on PAY_FR_CONTRIBUTION_USAGES

Line 68: -- Update the pay_fr_contribution_usages Row

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

Line 70: update pay_fr_contribution_usages

66: --
67: --
68: -- Update the pay_fr_contribution_usages Row
69: --
70: update pay_fr_contribution_usages
71: set
72: date_to = p_rec.date_to
73: ,contribution_code = p_rec.contribution_code
74: ,contribution_type = p_rec.contribution_type

Line 218: (p_module_name => 'PAY_FR_CONTRIBUTION_USAGES'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'PAY_FR_CONTRIBUTION_USAGES'
219: ,p_hook_type => 'AU');
220: --
221: end;
222: --