DBA Data[Home] [Help]

APPS.BEN_CPP_UPD dependencies on BEN_PLIP_F

Line 77: (p_base_table_name => 'ben_plip_f',

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

Line 83: -- Update the ben_plip_f Row

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

Line 85: update ben_plip_f

81: ben_cpp_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_plip_f Row
84: --
85: update ben_plip_f
86: set
87: plip_id = p_rec.plip_id,
88: business_group_id = p_rec.business_group_id,
89: pgm_id = p_rec.pgm_id,

Line 673: (p_module_name => 'ben_plip_f'

669: --
670: when hr_api.cannot_find_prog_unit then
671: --
672: hr_api.cannot_find_prog_unit_error
673: (p_module_name => 'ben_plip_f'
674: ,p_hook_type => 'AU');
675: --
676: end;
677: --