DBA Data[Home] [Help]

APPS.PER_BPD_INS dependencies on PER_BF_PAYMENT_DETAILS

Line 62: -- Insert the row into: per_bf_payment_details

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_payment_details
63: --
64: insert into per_bf_payment_details
65: ( payment_detail_id,
66: processed_assignment_id,

Line 64: insert into per_bf_payment_details

60: --
61: --
62: -- Insert the row into: per_bf_payment_details
63: --
64: insert into per_bf_payment_details
65: ( payment_detail_id,
66: processed_assignment_id,
67: personal_payment_method_id,
68: business_group_id,

Line 209: Cursor C_Sel1 is select per_bf_payment_details_s.nextval from sys.dual;

205: Procedure pre_insert(p_rec in out nocopy per_bpd_shd.g_rec_type) is
206: --
207: l_proc varchar2(72) := g_package||'pre_insert';
208: --
209: Cursor C_Sel1 is select per_bf_payment_details_s.nextval from sys.dual;
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --

Line 311: (p_module_name => 'PER_BF_PAYMENT_DETAILS'

307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'PER_BF_PAYMENT_DETAILS'
312: ,p_hook_type => 'AI');
313: --
314: end;
315: --