DBA Data[Home] [Help]

APPS.PER_PPC_UPD dependencies on PER_PAY_PROPOSAL_COMPONENTS

Line 67: -- Update the per_pay_proposal_components Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_ppc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_pay_proposal_components Row
68: --
69: update per_pay_proposal_components
70: set
71: component_id = p_rec.component_id,

Line 69: update per_pay_proposal_components

65: per_ppc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_pay_proposal_components Row
68: --
69: update per_pay_proposal_components
70: set
71: component_id = p_rec.component_id,
72: approved = p_rec.approved,
73: component_reason = p_rec.component_reason,

Line 278: (p_module_name => 'PER_PAY_PROPOSAL_COMPONENTS'

274: );
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'PER_PAY_PROPOSAL_COMPONENTS'
279: ,p_hook_type => 'AU'
280: );
281: end;
282: -- End of API User Hook for post_update.