DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on MTL_PARAMETERS

Line 1325: FROM mtl_parameters

1321: oe_debug_pub.add( 'P4' , 1 ) ;
1322: END IF;
1323: SELECT material_account,expense_account
1324: into org_material_account,org_expense_account
1325: FROM mtl_parameters
1326: WHERE organization_id = l_line_rec.ship_from_org_id;
1327:
1328: IF l_debug_level > 0 THEN
1329: oe_debug_pub.add( 'P5' , 1 ) ;