DBA Data[Home] [Help]

APPS.WMA_INV_WRAPPERS dependencies on WIP_SO_RESERVATIONS

Line 416: wip_so_reservations.allocate_completion_to_so(p_organization_id => l_orgID,

412: if(l_entityType = wip_constants.discrete) then
413: if(l_logLevel <= wip_constants.full_logging) then
414: wip_logger.log('discrete', l_dummy);
415: end if;
416: wip_so_reservations.allocate_completion_to_so(p_organization_id => l_orgID,
417: p_wip_entity_id => l_wipID,
418: p_inventory_item_id => l_itemID,
419: p_transaction_header_id => p_header_id,
420: p_table_type => 'WLC',

Line 454: wip_so_reservations.complete_flow_sched_to_so(p_header_id => p_header_id,

450: if(l_soExistsFlag > 0) then
451: if(l_logLevel <= wip_constants.full_logging) then
452: wip_logger.log('found cto item', l_dummy);
453: end if;
454: wip_so_reservations.complete_flow_sched_to_so(p_header_id => p_header_id,
455: p_lpn_id => p_lpn_id,
456: p_primary_quantity => p_primary_quantity,
457: p_lot_number => p_lot_number,
458: x_return_status => x_return_status,