DBA Data[Home] [Help]

APPS.PQH_RLT_INS dependencies on PQH_ROUTING_LISTS

Line 56: -- Insert the row into: pqh_routing_lists

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_routing_lists
57: --
58: insert into pqh_routing_lists
59: ( routing_list_id,
60: routing_list_name,

Line 58: insert into pqh_routing_lists

54: --
55: --
56: -- Insert the row into: pqh_routing_lists
57: --
58: insert into pqh_routing_lists
59: ( routing_list_id,
60: routing_list_name,
61: enable_flag,
62: object_version_number

Line 131: Cursor C_Sel1 is select pqh_routing_lists_s.nextval from sys.dual;

127: Procedure pre_insert(p_rec in out nocopy pqh_rlt_shd.g_rec_type) is
128: --
129: l_proc varchar2(72) := g_package||'pre_insert';
130: --
131: Cursor C_Sel1 is select pqh_routing_lists_s.nextval from sys.dual;
132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --

Line 203: (p_module_name => 'pqh_routing_lists'

199: --
200: when hr_api.cannot_find_prog_unit then
201: --
202: hr_api.cannot_find_prog_unit_error
203: (p_module_name => 'pqh_routing_lists'
204: ,p_hook_type => 'AI');
205: --
206: end;
207: --