DBA Data[Home] [Help]

APPS.PSP_PFB_INS dependencies on PSP_REPORT_PERIOD_FREQUENCY_B

Line 87: -- Insert the row into: psp_report_period_frequency_b

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: psp_pfb_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: psp_report_period_frequency_b
88: --
89: insert into psp_report_period_frequency_b
90: (period_frequency_id
91: ,object_version_number

Line 89: insert into psp_report_period_frequency_b

85: psp_pfb_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: psp_report_period_frequency_b
88: --
89: insert into psp_report_period_frequency_b
90: (period_frequency_id
91: ,object_version_number
92: ,start_date
93: ,unit_of_measure

Line 175: from psp_report_period_frequency_b

171: Cursor C_Sel1 is select psp_report_period_frequency_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from psp_report_period_frequency_b
176: where period_frequency_id =
177: psp_pfb_ins.g_period_frequency_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','psp_report_period_frequency_b');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','psp_report_period_frequency_b');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --

Line 284: (p_module_name => 'PSP_REPORT_PERIOD_FREQUENCY_B'

280: --
281: when hr_api.cannot_find_prog_unit then
282: --
283: hr_api.cannot_find_prog_unit_error
284: (p_module_name => 'PSP_REPORT_PERIOD_FREQUENCY_B'
285: ,p_hook_type => 'AI');
286: --
287: end;
288: --