DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on ORDER_SCH_WB

Line 6363: l_other_cols order_sch_wb.other_cols_typ;

6359: l_organization_id number;
6360: x_sources mrp_atp_pvt.atp_source_typ;
6361: l_calling_module number;
6362: x_error_mesg varchar2(2000);
6363: l_other_cols order_sch_wb.other_cols_typ;
6364: --l_source_orgs_table source_orgs_table;
6365: l_count number := 1;
6366: l_on_hand_qty number;
6367: l_reservable_qty number;

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

7125: INTO l_mrp_dir
7126: FROM v$parameter
7127: WHERE name='utl_file_dir';
7128:
7129: order_sch_wb.mr_debug := 'Y';
7130: order_sch_wb.debug_session_id := l_session_id;
7131:
7132: IF l_debug_level > 0 THEN
7133: oe_debug_pub.add( 'MSC_ATP_DEBUG DIR='||L_MRP_DIR|| ' SESSION ID ='||L_SESSION_ID ) ;

Line 7130: order_sch_wb.debug_session_id := l_session_id;

7126: FROM v$parameter
7127: WHERE name='utl_file_dir';
7128:
7129: order_sch_wb.mr_debug := 'Y';
7130: order_sch_wb.debug_session_id := l_session_id;
7131:
7132: IF l_debug_level > 0 THEN
7133: oe_debug_pub.add( 'MSC_ATP_DEBUG DIR='||L_MRP_DIR|| ' SESSION ID ='||L_SESSION_ID ) ;
7134: END IF;