DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on CTO_WORKFLOW

Line 1209: if CTO_WORKFLOW.Flow_Sch_Exists(to_number(WorkOrder_Rec.line_id)) then

1205: oe_debug_pub.add('get_order_lines: Success in Create Flow Schedule. Status:' || l_x_return_status);
1206: END IF;
1207:
1208: -- Check if the line has any flow schedules. Update the line status accordingly.
1209: if CTO_WORKFLOW.Flow_Sch_Exists(to_number(WorkOrder_Rec.line_id)) then
1210: IF PG_DEBUG <> 0 THEN
1211: oe_debug_pub.add('get_order_lines: Flow_Sch_Exists. Updating flow status code to PRODUCTION_OPEN ' ||
1212: 'for line_id:'|| WorkOrder_Rec.line_id || ' header_id:' || WorkOrder_Rec.header_id);
1213: END IF;