DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on CTO_WIP_WRAPPER

Line 741: fnd_file.put_line(which => fnd_file.log, buff => 'Calling CTO_WIP_WRAPPER.get_order_lines');

737: l_create_flow_schedules := p_create_flow_schedules;
738:
739: wip_logger.log('Before CTO, Fnd_Global values: user_id:' || fnd_global.user_id, l_returnStatus);
740:
741: fnd_file.put_line(which => fnd_file.log, buff => 'Calling CTO_WIP_WRAPPER.get_order_lines');
742: --Flow ER 14595064
743: fnd_file.put_line(which => fnd_file.log, buff => 'Passing Parameters:');
744: fnd_file.put_line(which => fnd_file.log, buff => 'Order Number: ' || l_order_number);
745: fnd_file.put_line(which => fnd_file.log, buff => 'Offset Days: ' || l_offset_days);

Line 754: l_status := CTO_WIP_WRAPPER.get_order_lines(

750: fnd_file.put_line(which => fnd_file.log, buff => 'Create Flow Schedules: ' || l_create_flow_schedules);
751: fnd_file.put_line(which => fnd_file.log, buff => 'Order Line Number: ' || l_order_line_id);
752:
753:
754: l_status := CTO_WIP_WRAPPER.get_order_lines(
755: l_org_id,
756: l_offset_days,
757: l_load_type,
758: l_class_code,

Line 774: fnd_file.put_line(which => fnd_file.log, buff => 'Return status from CTO_WIP_WRAPPER.get_order_lines:'|| l_status);

770: l_wip_group_id,
771: l_message_name,
772: l_message_text);
773:
774: fnd_file.put_line(which => fnd_file.log, buff => 'Return status from CTO_WIP_WRAPPER.get_order_lines:'|| l_status);
775: fnd_file.put_line(which => fnd_file.log, buff => 'Group_Id from CTO_WIP_WRAPPER.get_order_lines: '|| l_wip_group_id);
776:
777: --p_wei_group_id := l_wip_group_id;
778: --p_orders_to_load := l_orders_loaded; /* order lines */

Line 775: fnd_file.put_line(which => fnd_file.log, buff => 'Group_Id from CTO_WIP_WRAPPER.get_order_lines: '|| l_wip_group_id);

771: l_message_name,
772: l_message_text);
773:
774: fnd_file.put_line(which => fnd_file.log, buff => 'Return status from CTO_WIP_WRAPPER.get_order_lines:'|| l_status);
775: fnd_file.put_line(which => fnd_file.log, buff => 'Group_Id from CTO_WIP_WRAPPER.get_order_lines: '|| l_wip_group_id);
776:
777: --p_wei_group_id := l_wip_group_id;
778: --p_orders_to_load := l_orders_loaded; /* order lines */
779: L_orders_in_interface := l_orders_loaded;

Line 908: l_status := CTO_WIP_WRAPPER.reserve_wo_to_so(l_wip_group_id,

904: if (l_logLevel <= wip_constants.full_logging) then
905: wip_logger.log( 'Dbg: OM Installed: Enter reserve_work_order.', l_returnStatus);
906: END IF;
907:
908: l_status := CTO_WIP_WRAPPER.reserve_wo_to_so(l_wip_group_id,
909: l_message_name,
910: l_message_text);
911:
912: if (l_logLevel <= wip_constants.full_logging) then