DBA Data[Home] [Help]

APPS.BEN_CPE_UPD dependencies on BEN_COPY_ENTITY_RESULTS

Line 68: -- Update the ben_copy_entity_results Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_copy_entity_results Row
69: --
70: update ben_copy_entity_results
71: set
72: copy_entity_result_id = p_rec.copy_entity_result_id

Line 70: update ben_copy_entity_results

66: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_copy_entity_results Row
69: --
70: update ben_copy_entity_results
71: set
72: copy_entity_result_id = p_rec.copy_entity_result_id
73: ,copy_entity_txn_id = p_rec.copy_entity_txn_id
74: ,src_copy_entity_result_id = p_rec.src_copy_entity_result_id

Line 2005: (p_module_name => 'BEN_COPY_ENTITY_RESULTS'

2001: --
2002: when hr_api.cannot_find_prog_unit then
2003: --
2004: hr_api.cannot_find_prog_unit_error
2005: (p_module_name => 'BEN_COPY_ENTITY_RESULTS'
2006: ,p_hook_type => 'AU');
2007: --
2008: end;
2009: --