DBA Data[Home] [Help]

APPS.PER_BBA_INS dependencies on PER_BF_BALANCE_AMOUNTS

Line 62: -- Insert the row into: per_bf_balance_amounts

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: --
62: -- Insert the row into: per_bf_balance_amounts
63: --
64: insert into per_bf_balance_amounts
65: ( balance_amount_id,
66: balance_type_id,

Line 64: insert into per_bf_balance_amounts

60: --
61: --
62: -- Insert the row into: per_bf_balance_amounts
63: --
64: insert into per_bf_balance_amounts
65: ( balance_amount_id,
66: balance_type_id,
67: processed_assignment_id,
68: business_group_id,

Line 213: Cursor C_Sel1 is select per_bf_balance_amounts_s.nextval from sys.dual;

209: Procedure pre_insert(p_rec in out nocopy per_bba_shd.g_rec_type) is
210: --
211: l_proc varchar2(72) := g_package||'pre_insert';
212: --
213: Cursor C_Sel1 is select per_bf_balance_amounts_s.nextval from sys.dual;
214: --
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);

Line 318: (p_module_name => 'PER_BF_BALANCE_AMOUNTS'

314: --
315: when hr_api.cannot_find_prog_unit then
316: --
317: hr_api.cannot_find_prog_unit_error
318: (p_module_name => 'PER_BF_BALANCE_AMOUNTS'
319: ,p_hook_type => 'AI');
320: --
321: end;
322: --