DBA Data[Home] [Help]

APPS.PQH_STR_INS dependencies on PQH_FR_STAT_SITUATION_RULES

Line 108: -- Insert the row into: pqh_fr_stat_situation_rules

104: p_rec.object_version_number := 1; -- Initialise the object version
105: --
106: --
107: --
108: -- Insert the row into: pqh_fr_stat_situation_rules
109: --
110: insert into pqh_fr_stat_situation_rules
111: (stat_situation_rule_id
112: ,statutory_situation_id

Line 110: insert into pqh_fr_stat_situation_rules

106: --
107: --
108: -- Insert the row into: pqh_fr_stat_situation_rules
109: --
110: insert into pqh_fr_stat_situation_rules
111: (stat_situation_rule_id
112: ,statutory_situation_id
113: ,processing_sequence
114: ,txn_category_attribute_id

Line 202: Cursor C_Sel1 is select pqh_fr_stat_situation_rules_s.nextval from sys.dual;

198: Procedure pre_insert
199: (p_rec in out nocopy pqh_str_shd.g_rec_type
200: ) is
201: --
202: Cursor C_Sel1 is select pqh_fr_stat_situation_rules_s.nextval from sys.dual;
203: --
204: Cursor C_Sel2 is
205: Select null
206: from pqh_fr_stat_situation_rules

Line 206: from pqh_fr_stat_situation_rules

202: Cursor C_Sel1 is select pqh_fr_stat_situation_rules_s.nextval from sys.dual;
203: --
204: Cursor C_Sel2 is
205: Select null
206: from pqh_fr_stat_situation_rules
207: where stat_situation_rule_id =
208: pqh_str_ins.g_stat_situation_rule_id_i;
209: --
210: l_proc varchar2(72) := g_package||'pre_insert';

Line 233: fnd_message.set_token('TABLE_NAME','pqh_fr_stat_situation_rules');

229: --
230: -- The primary key values are already in use.
231: --
232: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
233: fnd_message.set_token('TABLE_NAME','pqh_fr_stat_situation_rules');
234: fnd_message.raise_error;
235: End If;
236: Close C_Sel2;
237: --

Line 339: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'

335: --
336: when hr_api.cannot_find_prog_unit then
337: --
338: hr_api.cannot_find_prog_unit_error
339: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'
340: ,p_hook_type => 'AI');
341: --
342: end;
343: --