DBA Data[Home] [Help]

APPS.EAM_MATERIAL_REQUEST_PVT dependencies on WIP_PICKING_PVT

Line 489: WIP_PICKING_PVT.allocate_comp(p_alloc_comp_tbl => l_alloc_comp_tbl_t,

485: end if;
486:
487: IF(eam_i>0) THEN
488:
489: WIP_PICKING_PVT.allocate_comp(p_alloc_comp_tbl => l_alloc_comp_tbl_t,
490: p_days_to_alloc => p_days_to_alloc, --not null only for rep scheds
491: p_auto_detail_flag => NULL,
492: p_cutoff_date => sysdate + p_days_forward,
493: p_wip_entity_type => p_wip_entity_type,

Line 550: if (WIP_PICKING_PVT.g_PickRelease_Failed = TRUE) then

546: || ';l_print_pickslips=' || l_print_pickslips );
547: end if;
548:
549: /*bugfix 4435437: set the process to warning if failed */
550: if (WIP_PICKING_PVT.g_PickRelease_Failed = TRUE) then
551: retcode := 1 ;
552: end if;
553: commit;
554: exception