DBA Data[Home] [Help]

APPS.PQH_RST_INS dependencies on PQH_RULE_SETS

Line 56: -- Insert the row into: pqh_rule_sets

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_rule_sets
57: --
58: insert into pqh_rule_sets
59: ( business_group_id,
60: rule_set_id,

Line 58: insert into pqh_rule_sets

54: --
55: --
56: -- Insert the row into: pqh_rule_sets
57: --
58: insert into pqh_rule_sets
59: ( business_group_id,
60: rule_set_id,
61: rule_set_name,
62: organization_structure_id,

Line 152: Cursor C_Sel1 is select pqh_rule_sets_s.nextval from sys.dual;

148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: --
152: Cursor C_Sel1 is select pqh_rule_sets_s.nextval from sys.dual;
153: --
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);

Line 234: (p_module_name => 'pqh_rule_sets'

230: --
231: when hr_api.cannot_find_prog_unit then
232: --
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'pqh_rule_sets'
235: ,p_hook_type => 'AI');
236: --
237: end;
238: --