DBA Data[Home] [Help]

APPS.PER_CAG_INS dependencies on PER_COLLECTIVE_AGREEMENTS

Line 64: -- Insert the row into: per_collective_agreements

60: hr_utility.set_location('Entering:'||l_proc, 5);
61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: -- Insert the row into: per_collective_agreements
65: --
66: insert into per_collective_agreements
67: ( collective_agreement_id,
68: business_group_id,

Line 66: insert into per_collective_agreements

62: --
63: --
64: -- Insert the row into: per_collective_agreements
65: --
66: insert into per_collective_agreements
67: ( collective_agreement_id,
68: business_group_id,
69: object_version_number,
70: name,

Line 249: Cursor C_Sel1 is select per_collective_agreements_s.nextval from sys.dual;

245: Procedure pre_insert(p_rec in out nocopy per_cag_shd.g_rec_type) is
246: --
247: l_proc varchar2(72) := g_package||'pre_insert';
248: --
249: Cursor C_Sel1 is select per_collective_agreements_s.nextval from sys.dual;
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --

Line 376: (p_module_name => 'per_collective_agreements'

372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'per_collective_agreements'
377: ,p_hook_type => 'AI');
378: --
379: end;
380: --