DBA Data[Home] [Help]

APPS.OE_OE_AVAILABILITY dependencies on ORDER_SCH_WB

Line 4734: l_other_cols order_sch_wb.other_cols_typ;

4730: l_organization_id number;
4731: x_sources mrp_atp_pvt.atp_source_typ;
4732: l_calling_module number;
4733: x_error_mesg varchar2(2000);
4734: l_other_cols order_sch_wb.other_cols_typ;
4735: --l_source_orgs_table source_orgs_table;
4736: l_count number := 1;
4737: l_on_hand_qty number;
4738: l_reservable_qty number;

Line 5479: order_sch_wb.mr_debug := 'Y';

5475: INTO l_mrp_dir
5476: FROM v$parameter
5477: WHERE name='utl_file_dir';
5478:
5479: order_sch_wb.mr_debug := 'Y';
5480: order_sch_wb.debug_session_id := l_session_id;
5481:
5482: IF l_debug_level > 0 THEN
5483: oe_debug_pub.add( 'MSC_ATP_DEBUG DIR='||L_MRP_DIR|| ' SESSION ID ='||L_SESSION_ID ) ;

Line 5480: order_sch_wb.debug_session_id := l_session_id;

5476: FROM v$parameter
5477: WHERE name='utl_file_dir';
5478:
5479: order_sch_wb.mr_debug := 'Y';
5480: order_sch_wb.debug_session_id := l_session_id;
5481:
5482: IF l_debug_level > 0 THEN
5483: oe_debug_pub.add( 'MSC_ATP_DEBUG DIR='||L_MRP_DIR|| ' SESSION ID ='||L_SESSION_ID ) ;
5484: END IF;