DBA Data[Home] [Help]

APPS.MIGRATE_BATCH dependencies on GMI_LOCKS

Line 78: -- Antonia Newbury - 01/14/2004 Changed call to gmi_locks.lock_inventory to have

74: -- the code which populates the tables is being changed to run after this runs.
75: -- (dbdrv hints are being changed). This way it rus after migration runs (so
76: -- that there is data to be populated in the GANTT table.
77: -- 4. Added nocopy.
78: -- Antonia Newbury - 01/14/2004 Changed call to gmi_locks.lock_inventory to have
79: -- named parameters.
80: --
81: -- G. Muratore - 06/09/2005 Bug 4249832 Removed hard coded schemas per gscc.
82: /***********************************************************/

Line 1392: gmi_locks.lock_inventory (

1388: fnd_profile.put ('USER_ID', TO_CHAR (l_tran_row.created_by));
1389: l_pos := 12;
1390:
1391: -- Bug 3372169 Changed call lock_inventory procedure to pass parameters by name.
1392: gmi_locks.lock_inventory (
1393: i_item_id => l_tran_row.item_id,
1394: i_whse_code => l_tran_row.whse_code,
1395: i_lot_id => l_tran_row.lot_id,
1396: i_location => l_tran_row.location,