DBA Data[Home] [Help]

APPS.PQH_RFE_INS dependencies on PQH_RATE_FACTOR_ON_ELMNTS

Line 135: -- Insert the row into: pqh_rate_factor_on_elmnts

131: p_rec.object_version_number := 1; -- Initialise the object version
132: --
133: --
134: --
135: -- Insert the row into: pqh_rate_factor_on_elmnts
136: --
137: insert into pqh_rate_factor_on_elmnts
138: (rate_factor_on_elmnt_id
139: ,criteria_rate_element_id

Line 137: insert into pqh_rate_factor_on_elmnts

133: --
134: --
135: -- Insert the row into: pqh_rate_factor_on_elmnts
136: --
137: insert into pqh_rate_factor_on_elmnts
138: (rate_factor_on_elmnt_id
139: ,criteria_rate_element_id
140: ,criteria_rate_factor_id
141: ,rate_factor_val_record_tbl

Line 223: Cursor C_Sel1 is select pqh_rate_factor_on_elmnts_s.nextval from sys.dual;

219: Procedure pre_insert
220: (p_rec in out nocopy pqh_rfe_shd.g_rec_type
221: ) is
222: --
223: Cursor C_Sel1 is select pqh_rate_factor_on_elmnts_s.nextval from sys.dual;
224: --
225: Cursor C_Sel2 is
226: Select null
227: from pqh_rate_factor_on_elmnts

Line 227: from pqh_rate_factor_on_elmnts

223: Cursor C_Sel1 is select pqh_rate_factor_on_elmnts_s.nextval from sys.dual;
224: --
225: Cursor C_Sel2 is
226: Select null
227: from pqh_rate_factor_on_elmnts
228: where rate_factor_on_elmnt_id =
229: pqh_rfe_ins.g_rate_factor_on_elmnt_id_i;
230: --
231: l_proc varchar2(72) := g_package||'pre_insert';

Line 249: fnd_message.set_token('TABLE_NAME','pqh_rate_factor_on_elmnts');

245: --
246: -- The primary key values are already in use.
247: --
248: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
249: fnd_message.set_token('TABLE_NAME','pqh_rate_factor_on_elmnts');
250: fnd_message.raise_error;
251: End If;
252: Close C_Sel2;
253: --

Line 348: (p_module_name => 'PQH_RATE_FACTOR_ON_ELMNTS'

344: --
345: when hr_api.cannot_find_prog_unit then
346: --
347: hr_api.cannot_find_prog_unit_error
348: (p_module_name => 'PQH_RATE_FACTOR_ON_ELMNTS'
349: ,p_hook_type => 'AI');
350: --
351: end;
352: --