DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on ORDER_SCH_WB

Line 6338: l_other_cols order_sch_wb.other_cols_typ;

6334: l_organization_id number;
6335: x_sources mrp_atp_pvt.atp_source_typ;
6336: l_calling_module number;
6337: x_error_mesg varchar2(2000);
6338: l_other_cols order_sch_wb.other_cols_typ;
6339: --l_source_orgs_table source_orgs_table;
6340: l_count number := 1;
6341: l_on_hand_qty number;
6342: l_reservable_qty number;

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

7100: INTO l_mrp_dir
7101: FROM v$parameter
7102: WHERE name='utl_file_dir';
7103:
7104: order_sch_wb.mr_debug := 'Y';
7105: order_sch_wb.debug_session_id := l_session_id;
7106:
7107: IF l_debug_level > 0 THEN
7108: oe_debug_pub.add( 'MSC_ATP_DEBUG DIR='||L_MRP_DIR|| ' SESSION ID ='||L_SESSION_ID ) ;

Line 7105: order_sch_wb.debug_session_id := l_session_id;

7101: FROM v$parameter
7102: WHERE name='utl_file_dir';
7103:
7104: order_sch_wb.mr_debug := 'Y';
7105: order_sch_wb.debug_session_id := l_session_id;
7106:
7107: IF l_debug_level > 0 THEN
7108: oe_debug_pub.add( 'MSC_ATP_DEBUG DIR='||L_MRP_DIR|| ' SESSION ID ='||L_SESSION_ID ) ;
7109: END IF;