DBA Data[Home] [Help]

APPS.PAY_MGB_INS dependencies on PAY_MAGNETIC_BLOCKS

Line 63: -- Insert the row into: pay_magnetic_blocks

59: --
60: --
61: pay_mgb_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_magnetic_blocks
64: --
65: insert into pay_magnetic_blocks
66: ( magnetic_block_id,
67: block_name,

Line 65: insert into pay_magnetic_blocks

61: pay_mgb_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_magnetic_blocks
64: --
65: insert into pay_magnetic_blocks
66: ( magnetic_block_id,
67: block_name,
68: main_block_flag,
69: report_format,

Line 147: Cursor C_Sel1 is select pay_magnetic_blocks_s.nextval from sys.dual;

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