DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_OSP

Line 268: wip_osp.create_additional_req(wjsi_row.wip_entity_id,

264: -- changed to released, already existing stored procedures will create a po req.
265: if ( wjsi_row.start_quantity > l_qty and
266: wjsi_row.status_type = wip_constants.released and
267: l_statusType = wip_constants.unreleased ) then
268: wip_osp.create_additional_req(wjsi_row.wip_entity_id,
269: wjsi_row.organization_id,
270: null,
271: wjsi_row.start_quantity - l_qty);
272: end if;