DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on CTO_WIP_UTIL

Line 1050: CTO_WIP_UTIL.Delivery_Planned(

1046: -- For partially reserved sales orders, we will
1047: -- still check if the order line is Delivery
1048: -- Planned for the entire quantity
1049: --
1050: CTO_WIP_UTIL.Delivery_Planned(
1051: p_line_id => WorkOrder_Rec.line_id,
1052: x_result_out => l_x_result_out,
1053: x_return_status => l_x_return_status,
1054: x_msg_count => l_x_msg_count,

Line 1101: CTO_WIP_UTIL.insert_wip_interface(

1097: end if; /* dep_plan_flag = Y */
1098:
1099: l_stmt_num := 8;
1100:
1101: CTO_WIP_UTIL.insert_wip_interface(
1102: p_line_id => WorkOrder_Rec.line_id,
1103: p_wip_seq => x_wip_seq,
1104: p_status_type => p_status_type,
1105: p_class_code => p_class_code,