DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on WIP_ATO_UTILS

Line 860: if WIP_ATO_UTILS.check_wip_supply_type (

856: goto end_of_loop;
857: end if;
858: */ --Bugfix 6146803
859: -- Check wip supply type. If it is not 1=Discrete or 0=None, then, ignore this line.
860: if WIP_ATO_UTILS.check_wip_supply_type (
861: p_so_header_id => WorkOrder_Rec.header_id,
862: p_so_line => WorkOrder_Rec.line_id,
863: p_so_delivery => NULL,
864: p_org_id => WorkOrder_Rec.ship_from_org_id) not in (0,1)