DBA Data[Home] [Help]

APPS.PAY_SBT_INS dependencies on PAY_SHADOW_BALANCE_TYPES

Line 59: -- Insert the row into: pay_shadow_balance_types

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_types
60: --
61: insert into pay_shadow_balance_types
62: ( balance_type_id,
63: template_id,

Line 61: insert into pay_shadow_balance_types

57: --
58: --
59: -- Insert the row into: pay_shadow_balance_types
60: --
61: insert into pay_shadow_balance_types
62: ( balance_type_id,
63: template_id,
64: assignment_remuneration_flag,
65: balance_name,

Line 200: Cursor C_Sel1 is select pay_shadow_balance_types_s.nextval from sys.dual;

196: Procedure pre_insert(p_rec in out nocopy pay_sbt_shd.g_rec_type) is
197: --
198: l_proc varchar2(72) := g_package||'pre_insert';
199: --
200: Cursor C_Sel1 is select pay_shadow_balance_types_s.nextval from sys.dual;
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --