DBA Data[Home] [Help]

APPS.PQH_RHA_INS dependencies on PQH_ROUTING_HIST_ATTRIBS

Line 65: -- Insert the row into: pqh_routing_hist_attribs

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: pqh_routing_hist_attribs
66: --
67: insert into pqh_routing_hist_attribs
68: (routing_hist_attrib_id
69: ,routing_history_id

Line 67: insert into pqh_routing_hist_attribs

63: --
64: --
65: -- Insert the row into: pqh_routing_hist_attribs
66: --
67: insert into pqh_routing_hist_attribs
68: (routing_hist_attrib_id
69: ,routing_history_id
70: ,attribute_id
71: ,from_char

Line 167: Cursor C_Sel1 is select pqh_routing_hist_attribs_s.nextval from sys.dual;

163: ) is
164: --
165: l_proc varchar2(72) := g_package||'pre_insert';
166: --
167: Cursor C_Sel1 is select pqh_routing_hist_attribs_s.nextval from sys.dual;
168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --

Line 262: (p_module_name => 'PQH_ROUTING_HIST_ATTRIBS'

258: --
259: when hr_api.cannot_find_prog_unit then
260: --
261: hr_api.cannot_find_prog_unit_error
262: (p_module_name => 'PQH_ROUTING_HIST_ATTRIBS'
263: ,p_hook_type => 'AI');
264: --
265: end;
266: --