DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on CTO_WIP_WRAPPER

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

636: l_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
637:
638: wip_logger.log('Before CTO, Fnd_Global values: user_id:' || fnd_global.user_id, l_returnStatus);
639:
640: fnd_file.put_line(which => fnd_file.log, buff => 'Calling CTO_WIP_WRAPPER.get_order_lines');
641:
642:
643: l_status := CTO_WIP_WRAPPER.get_order_lines(
644: l_org_id,

Line 643: l_status := CTO_WIP_WRAPPER.get_order_lines(

639:
640: fnd_file.put_line(which => fnd_file.log, buff => 'Calling CTO_WIP_WRAPPER.get_order_lines');
641:
642:
643: l_status := CTO_WIP_WRAPPER.get_order_lines(
644: l_org_id,
645: l_offset_days,
646: l_load_type,
647: l_class_code,

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

657: l_wip_group_id,
658: l_message_name,
659: l_message_text);
660:
661: fnd_file.put_line(which => fnd_file.log, buff => 'Return status from CTO_WIP_WRAPPER.get_order_lines:'|| l_status);
662: fnd_file.put_line(which => fnd_file.log, buff => 'Group_Id from CTO_WIP_WRAPPER.get_order_lines: '|| l_wip_group_id);
663:
664: --p_wei_group_id := l_wip_group_id;
665: --p_orders_to_load := l_orders_loaded; /* order lines */

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

658: l_message_name,
659: l_message_text);
660:
661: fnd_file.put_line(which => fnd_file.log, buff => 'Return status from CTO_WIP_WRAPPER.get_order_lines:'|| l_status);
662: fnd_file.put_line(which => fnd_file.log, buff => 'Group_Id from CTO_WIP_WRAPPER.get_order_lines: '|| l_wip_group_id);
663:
664: --p_wei_group_id := l_wip_group_id;
665: --p_orders_to_load := l_orders_loaded; /* order lines */
666: L_orders_in_interface := l_orders_loaded;

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

753: if (l_logLevel <= wip_constants.full_logging) then
754: wip_logger.log( 'Dbg: OM Installed: Enter reserve_work_order.', l_returnStatus);
755: END IF;
756:
757: l_status := CTO_WIP_WRAPPER.reserve_wo_to_so(l_wip_group_id,
758: l_message_name,
759: l_message_text);
760:
761: if (l_logLevel <= wip_constants.full_logging) then