DBA Data[Home] [Help]

APPS.PAY_SSR_INS dependencies on PAY_SHADOW_SUB_CLASSI_RULES

Line 59: -- Insert the row into: pay_shadow_sub_classi_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_sub_classi_rules
60: --
61: insert into pay_shadow_sub_classi_rules
62: ( sub_classification_rule_id,
63: element_type_id,

Line 61: insert into pay_shadow_sub_classi_rules

57: --
58: --
59: -- Insert the row into: pay_shadow_sub_classi_rules
60: --
61: insert into pay_shadow_sub_classi_rules
62: ( sub_classification_rule_id,
63: element_type_id,
64: element_classification,
65: object_version_number

Line 136: Cursor C_Sel1 is select pay_shadow_sub_classi_rules_s.nextval from sys.dual;

132: Procedure pre_insert(p_rec in out nocopy pay_ssr_shd.g_rec_type) is
133: --
134: l_proc varchar2(72) := g_package||'pre_insert';
135: --
136: Cursor C_Sel1 is select pay_shadow_sub_classi_rules_s.nextval from sys.dual;
137: --
138: Begin
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --