DBA Data[Home] [Help]

APPS.PQH_CRD_INS dependencies on PQH_CRITERIA_RATE_DEFN

Line 135: -- Insert the row into: pqh_criteria_rate_defn

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

Line 137: insert into pqh_criteria_rate_defn

133: --
134: --
135: -- Insert the row into: pqh_criteria_rate_defn
136: --
137: insert into pqh_criteria_rate_defn
138: (criteria_rate_defn_id
139: ,short_name
140: ,uom
141: ,currency_code

Line 305: Cursor C_Sel1 is select pqh_criteria_rate_defn_s.nextval from sys.dual;

301: Procedure pre_insert
302: (p_rec in out nocopy pqh_crd_shd.g_rec_type
303: ) is
304: --
305: Cursor C_Sel1 is select pqh_criteria_rate_defn_s.nextval from sys.dual;
306: --
307: Cursor C_Sel2 is
308: Select null
309: from pqh_criteria_rate_defn

Line 309: from pqh_criteria_rate_defn

305: Cursor C_Sel1 is select pqh_criteria_rate_defn_s.nextval from sys.dual;
306: --
307: Cursor C_Sel2 is
308: Select null
309: from pqh_criteria_rate_defn
310: where criteria_rate_defn_id =
311: pqh_crd_ins.g_criteria_rate_defn_id_i;
312: --
313: l_proc varchar2(72) := g_package||'pre_insert';

Line 331: fnd_message.set_token('TABLE_NAME','pqh_criteria_rate_defn');

327: --
328: -- The primary key values are already in use.
329: --
330: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
331: fnd_message.set_token('TABLE_NAME','pqh_criteria_rate_defn');
332: fnd_message.raise_error;
333: End If;
334: Close C_Sel2;
335: --

Line 512: (p_module_name => 'PQH_CRITERIA_RATE_DEFN'

508: --
509: when hr_api.cannot_find_prog_unit then
510: --
511: hr_api.cannot_find_prog_unit_error
512: (p_module_name => 'PQH_CRITERIA_RATE_DEFN'
513: ,p_hook_type => 'AI');
514: --
515: end;
516: --