DBA Data[Home] [Help]

APPS.PAY_SBF_INS dependencies on PAY_SHADOW_BALANCE_FEEDS

Line 59: -- Insert the row into: pay_shadow_balance_feeds

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_feeds
60: --
61: insert into pay_shadow_balance_feeds
62: ( balance_feed_id,
63: balance_type_id,

Line 61: insert into pay_shadow_balance_feeds

57: --
58: --
59: -- Insert the row into: pay_shadow_balance_feeds
60: --
61: insert into pay_shadow_balance_feeds
62: ( balance_feed_id,
63: balance_type_id,
64: input_value_id,
65: scale,

Line 140: Cursor C_Sel1 is select pay_shadow_balance_feeds_s.nextval from sys.dual;

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