DBA Data[Home] [Help]

APPS.PAY_SBC_INS dependencies on PAY_SHADOW_BALANCE_CLASSI

Line 59: -- Insert the row into: pay_shadow_balance_classi

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_balance_classi
60: --
61: insert into pay_shadow_balance_classi
62: ( balance_classification_id,
63: balance_type_id,

Line 61: insert into pay_shadow_balance_classi

57: --
58: --
59: -- Insert the row into: pay_shadow_balance_classi
60: --
61: insert into pay_shadow_balance_classi
62: ( balance_classification_id,
63: balance_type_id,
64: element_classification,
65: scale,

Line 138: Cursor C_Sel1 is select pay_shadow_balance_classi_s.nextval from sys.dual;

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