DBA Data[Home] [Help]

APPS.BEN_CPI_INS dependencies on BEN_CWB_PERSON_INFO

Line 142: -- Insert the row into: ben_cwb_person_info

138: p_rec.object_version_number := 1; -- Initialise the object version
139: --
140: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
141: --
142: -- Insert the row into: ben_cwb_person_info
143: --
144: insert into ben_cwb_person_info
145: (group_per_in_ler_id
146: ,assignment_id

Line 144: insert into ben_cwb_person_info

140: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
141: --
142: -- Insert the row into: ben_cwb_person_info
143: --
144: insert into ben_cwb_person_info
145: (group_per_in_ler_id
146: ,assignment_id
147: ,person_id
148: ,supervisor_id

Line 522: from ben_cwb_person_info

518: ) is
519: --
520: Cursor C_Sel2 is
521: Select null
522: from ben_cwb_person_info
523: where group_per_in_ler_id =
524: ben_cpi_ins.g_group_per_in_ler_id_i;
525: --
526: l_proc varchar2(72) := g_package||'pre_insert';

Line 546: fnd_message.set_token('TABLE_NAME','ben_cwb_person_info');

542: --
543: -- The primary key values are already in use.
544: --
545: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
546: fnd_message.set_token('TABLE_NAME','ben_cwb_person_info');
547: fnd_message.raise_error;
548: End If;
549: Close C_Sel2;
550: --

Line 936: (p_module_name => 'BEN_CWB_PERSON_INFO'

932: --
933: when hr_api.cannot_find_prog_unit then
934: --
935: hr_api.cannot_find_prog_unit_error
936: (p_module_name => 'BEN_CWB_PERSON_INFO'
937: ,p_hook_type => 'AI');
938: --
939: end;
940: --