DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on CTO_WIP_UTIL

Line 1094: CTO_WIP_UTIL.Delivery_Planned(

1090: -- For partially reserved sales orders, we will
1091: -- still check if the order line is Delivery
1092: -- Planned for the entire quantity
1093: --
1094: CTO_WIP_UTIL.Delivery_Planned(
1095: p_line_id => WorkOrder_Rec.line_id,
1096: x_result_out => l_x_result_out,
1097: x_return_status => l_x_return_status,
1098: x_msg_count => l_x_msg_count,

Line 1240: CTO_WIP_UTIL.insert_wip_interface(

1236: into x_wip_seq
1237: from dual;
1238: end if;
1239:
1240: CTO_WIP_UTIL.insert_wip_interface(
1241: p_line_id => WorkOrder_Rec.line_id,
1242: p_wip_seq => x_wip_seq,
1243: p_status_type => p_status_type,
1244: p_class_code => p_class_code,