DBA Data[Home] [Help]

APPS.PQP_GAP_INS dependencies on PQP_GAP_ABSENCE_PLANS

Line 87: -- Insert the row into: pqp_gap_absence_plans

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: pqp_gap_absence_plans
88: --
89: insert into pqp_gap_absence_plans
90: (gap_absence_plan_id
91: ,assignment_id

Line 89: insert into pqp_gap_absence_plans

85: --
86: --
87: -- Insert the row into: pqp_gap_absence_plans
88: --
89: insert into pqp_gap_absence_plans
90: (gap_absence_plan_id
91: ,assignment_id
92: ,absence_attendance_id
93: ,pl_id

Line 171: Cursor C_Sel1 is select pqp_gap_absence_plans_s.nextval from sys.dual;

167: Procedure pre_insert
168: (p_rec in out nocopy pqp_gap_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select pqp_gap_absence_plans_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from pqp_gap_absence_plans

Line 175: from pqp_gap_absence_plans

171: Cursor C_Sel1 is select pqp_gap_absence_plans_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from pqp_gap_absence_plans
176: where gap_absence_plan_id =
177: pqp_gap_ins.g_gap_absence_plan_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','pqp_gap_absence_plans');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','pqp_gap_absence_plans');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --

Line 286: (p_module_name => 'PQP_GAP_ABSENCE_PLANS'

282: --
283: when hr_api.cannot_find_prog_unit then
284: --
285: hr_api.cannot_find_prog_unit_error
286: (p_module_name => 'PQP_GAP_ABSENCE_PLANS'
287: ,p_hook_type => 'AI');
288: --
289: end;
290: --