DBA Data[Home] [Help]

APPS.BEN_ABP_UPD dependencies on BEN_APLCN_TO_BNFT_POOL_F

Line 77: (p_base_table_name => 'ben_aplcn_to_bnft_pool_f',

73: -- version number.
74: --
75: p_rec.object_version_number :=
76: dt_api.get_object_version_number
77: (p_base_table_name => 'ben_aplcn_to_bnft_pool_f',
78: p_base_key_column => 'aplcn_to_bnft_pool_id',
79: p_base_key_value => p_rec.aplcn_to_bnft_pool_id);
80: --
81: ben_abp_shd.g_api_dml := true; -- Set the api dml status

Line 83: -- Update the ben_aplcn_to_bnft_pool_f Row

79: p_base_key_value => p_rec.aplcn_to_bnft_pool_id);
80: --
81: ben_abp_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_aplcn_to_bnft_pool_f Row
84: --
85: update ben_aplcn_to_bnft_pool_f
86: set
87: aplcn_to_bnft_pool_id = p_rec.aplcn_to_bnft_pool_id,

Line 85: update ben_aplcn_to_bnft_pool_f

81: ben_abp_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_aplcn_to_bnft_pool_f Row
84: --
85: update ben_aplcn_to_bnft_pool_f
86: set
87: aplcn_to_bnft_pool_id = p_rec.aplcn_to_bnft_pool_id,
88: acty_base_rt_id = p_rec.acty_base_rt_id,
89: bnft_prvdr_pool_id = p_rec.bnft_prvdr_pool_id,

Line 493: (p_module_name => 'ben_aplcn_to_bnft_pool_f'

489: --
490: when hr_api.cannot_find_prog_unit then
491: --
492: hr_api.cannot_find_prog_unit_error
493: (p_module_name => 'ben_aplcn_to_bnft_pool_f'
494: ,p_hook_type => 'AU');
495: --
496: end;
497: --