DBA Data[Home] [Help]

APPS.PAY_MGR_UPD dependencies on PAY_MAGNETIC_RECORDS

Line 64: -- Update the pay_magnetic_records Row

60: --
61: --
62: pay_mgr_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the pay_magnetic_records Row
65: --
66: update pay_magnetic_records
67: set
68: formula_id = p_rec.formula_id,

Line 66: update pay_magnetic_records

62: pay_mgr_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the pay_magnetic_records Row
65: --
66: update pay_magnetic_records
67: set
68: formula_id = p_rec.formula_id,
69: magnetic_block_id = p_rec.magnetic_block_id,
70: next_block_id = p_rec.next_block_id,