DBA Data[Home] [Help]

APPS.PAY_SFR_INS dependencies on PAY_SHADOW_FORMULA_RULES

Line 59: -- Insert the row into: pay_shadow_formula_rules

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_formula_rules
60: --
61: insert into pay_shadow_formula_rules
62: ( formula_result_rule_id,
63: shadow_element_type_id,

Line 61: insert into pay_shadow_formula_rules

57: --
58: --
59: -- Insert the row into: pay_shadow_formula_rules
60: --
61: insert into pay_shadow_formula_rules
62: ( formula_result_rule_id,
63: shadow_element_type_id,
64: element_type_id,
65: result_name,

Line 146: Cursor C_Sel1 is select pay_shadow_formula_rules_s.nextval from sys.dual;

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