DBA Data[Home] [Help]

APPS.PAY_SF_INS dependencies on PAY_SHADOW_FORMULAS

Line 59: -- Insert the row into: pay_shadow_formulas

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: pay_shadow_formulas
60: --
61: insert into pay_shadow_formulas
62: (formula_id,
63: template_type,

Line 61: insert into pay_shadow_formulas

57: --
58: --
59: -- Insert the row into: pay_shadow_formulas
60: --
61: insert into pay_shadow_formulas
62: (formula_id,
63: template_type,
64: legislation_code,
65: business_group_id,

Line 144: Cursor C_Sel1 is select pay_shadow_formulas_s.nextval from sys.dual;

140: Procedure pre_insert(p_rec in out nocopy pay_sf_shd.g_rec_type) is
141: --
142: l_proc varchar2(72) := g_package||'pre_insert';
143: --
144: Cursor C_Sel1 is select pay_shadow_formulas_s.nextval from sys.dual;
145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --